Skip to main content
GET
List workflow executions

Authorizations

X-API-Key
string
header
required

Path Parameters

workflowId
string<uuid>
required

Query Parameters

status
enum<string>

Filter by execution status

Available options:
CREATED,
RUNNING,
COMPLETED,
FAILED,
CANCELLED,
PAUSED
customerLeadId
string

Filter by customer lead ID

enriched
string
default:false

Include heavy fields (metadata, definition, variables) in the response

cursor
string
limit
string
default:10

Response

Agent workflow executions retrieved successfully

executions
object[]
required

List of executions

pagination
object
required