Skip to main content
GET
/
syncs
/
{syncid}
/
flows
/
{flowid}
/
executions
/
{executionid}
Get execution start/end timestamp
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>"
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

syncid
string
required
flowid
string
required
executionid
string
required

Query Parameters

consumerid
string | null

Response

Successful Response

id
string
required
start
string<date-time>
required
end
string<date-time> | null
required
status
string
required
I