cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}/executions \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "parentexecutionid": "<string>", "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z", "status": "<string>" } ]
Returns executions information for one consumer/flow/sync
This access token needs to be included in each of your request to the Chift API.
Successful Response
Execution id
Parent execution id. An execution is linked to multiple child executions linked to consumers.