cURL
curl --request GET \ --url https://api.chift.eu/syncs/{syncid}/executions \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "parentexecutionid": "<string>", "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z", "status": "<string>", "consumer_id": "<string>", "flow_id": "<string>" } ], "total": 1, "page": 2, "size": 2 }
Returns all executions for a sync with pagination. Optionally filter by flow.
This access token needs to be included in each of your request to the Chift API.
x >= 1
1 <= x <= 100
Successful Response
Show child attributes
x >= 0