cURL
curl --request GET \ --url https://api.chift.eu/syncs/{syncid}/flows/{flowid}/executions/{executionid} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z", "status": "<string>" }
Get execution start/end timestamp
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type object.
object