Get Workflow Execution
GET {{baseUrl}}/workflow-executions/:id
Use this API to get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found
response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"b393f4e2-4785-4d7f-ab27-3a6b8ded4c81","workflowId":"d201c5d9-d37b-4a2f-af14-66414f39d568","requestId":"41e12a74fa7b4a6a98ae47887b64acdb","startTime":"2022-02-07T20:13:29.356648026Z","closeTime":"2022-02-07T20:13:31.682410165Z","status":"Completed"},{"id":"b393f4e2-4785-4d7f-ab27-3a6b8ded4c81","workflowId":"d201c5d9-d37b-4a2f-af14-66414f39d568","requestId":"41e12a74fa7b4a6a98ae47887b64acdb","startTime":"2022-02-07T20:13:29.356648026Z","closeTime":"2022-02-07T20:13:31.682410165Z","status":"Completed"}]