Get Workflow Execution History
GET {{baseUrl}}/workflow-executions/:id/history
Get a detailed history of 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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"type":"WorkflowTaskScheduled","timestamp":"2022-02-07T20:13:31.640618296Z","attributes":{}},{"type":"WorkflowTaskScheduled","timestamp":"2022-02-07T20:13:31.640618296Z","attributes":{}}]