Skip to main content
Retrieve the execution history for a specific workflow, including status, duration, and results.

Endpoint

Authentication

Bearer token required.

Path Parameters

string
required
The workflow’s unique ID.

Query Parameters

number
default:"50"
Number of executions to return. Maximum 100.
number
default:"0"
Number of executions to skip.

Response

WorkflowExecution[]
Array of execution log entries. See WorkflowExecution.
number
Total number of executions.
number
The limit used.
number
The offset used.

Example

Response