List client workflow executions
Retrieve workflow executions for the authenticated client with pagination and optional filters.
GET
List client workflow executions
Authorizations
JWT Bearer token or raw API key via Authorization header
Query Parameters
Filter by workflow ID
Filter by execution status: 1=queued, 2=executing, 3=completed, 4=failed, 5=cancelled, 6=skipped, 7=retried
Filter executions created at or after this date (RFC3339 or YYYY-MM-DD)
Filter executions created at or before this date (RFC3339 or YYYY-MM-DD)
Page number
Items per page
Response
OK
The response is of type any.
Previous
Get client workflow execution detailRetrieve a single workflow execution for the authenticated client.
Next
List client workflow executions

