v2

latestOpenAPI 3.1.02026-08-07750280.6 KB
Workflows

List workflow executions

Retrieve a paginated list of executions for a specific workflow with optional filtering and sorting.

get/workflows/{workflow_id}/executions

Path parameters

workflow_idstring uuid required

Query parameters

limitinteger

Maximum number of executions to return (1-100)

Maximum number of executions to return (1-100)

offsetinteger

Number of executions to skip for pagination

Number of executions to skip for pagination

sortstring nullable

Sort by field (prefix with '-' for descending). Options: created_at, started_at, completed_at, status

Sort by field (prefix with '-' for descending). Options: created_at, started_at, completed_at, status

filterstring nullable

Filter executions. Format: 'field:value'. Supported: status (pending/running/completed/failed/cancelled/timed_out), type (manual/api/scheduled/triggered/campaign)

Filter executions. Format: 'field:value'. Supported: status (pending/running/completed/failed/cancelled/timed_out), type (manual/api/scheduled/triggered/campaign)

Response

Successfully retrieved workflow executions

okboolean