cURL
curl --request GET \ --url https://api.portable.io/v2/flows/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "$ref": "#/components/examples/flowGcalToBigquery/value" } }
Get a flow by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID
OK
Show child attributes
The id of the source associated with the flow
The id of the destination associated with the flow
A human-readable name for the flow
The frequency at which the flow should run. Mutally exclusive with the cron field.
manual
24h
12h
6h
1h
30m
15m
If provided, the flow will run according to this cron expression. Overrides the frequency field.
{ "$ref": "#/components/examples/flowGcalToBigquery/value"}