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

Endpoint

Authentication

Bearer token required.

Path Parameters

id
string
required
The workflow’s unique ID.

Query Parameters

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

Response

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

Example

Response