Skip to main content
GET
List executions

Authorizations

x-api-key
string
header
required

Tenant API key. Required on every endpoint.

Query Parameters

workflow_id
string

Filter by workflow ID

status
string

Filter by status (running, completed, failed, cancelled, paused)

limit
integer

Page size (default 50, max 200)

offset
integer

Page offset (default 0)

Response

OK

execution_id
string
workflow_id
string
agent_id
string
session_id
string
status
string
Example:

"completed"

parent_execution_id
string

Set when this execution was created by a rerun.

rerun_from_node
string
error
string
started_at
string
completed_at
string