67d9f45bb99b
List workflow executions.
Paginated registered executions with optional metadata.counts (when count_by is set) and metadata.pagination; omits unregistered workflow paths.
Query parameters
Dimensions for metadata.counts grouping. Repeat or comma-separate. Allowed: created_at (UTC hour), started_at (UTC hour), status, started_by (alias created_by). Counts use DB aggregation over the latest execution per workflow (registered paths only), honor exclude_cleared, and ignore since, type_id, and status list filters. When absent, metadata.counts is omitted (use metadata.pagination.total_items).
When true, omit executions dismissed via clear.
Page size (default 25, max 500). Invalid values return 400.
Page number (v1.2 list is always paginated).
Hours to look back for workflow executions (v1.2 filters on created_at, not started_at).
Filter the list by status (QUEUED, PROCESSING, FAILED, COMPLETED, CANCELLED). Repeat or comma-separate for OR (e.g. status=PROCESSING,QUEUED for active). Does not affect metadata.counts. On v1.2, QUEUED means enqueued but not yet started.
Filter to a registered workflow type id from the catalog.
Headers
Set the version of API the request is for
Associates request with company