v1
latestOpenAPI 3.1.02026-07-26436887.6 KBmain
Get Workflow Runs
Get workflow runs with optional filtering and sorting.
Filters should be provided as a JSON-encoded array of filter criteria. Example: [{"attribute": "dateRange", "value": {"from": "2024-01-01", "to": "2024-01-31"}}]
get/api/v1/workflow/{workflow_id}/runs
Path parameters
workflow_idinteger required
Query parameters
pageinteger
Page number (starts from 1)
Page number (starts from 1)
limitinteger
Number of items per page
Number of items per page
filtersstring nullable
JSON-encoded filter criteria
JSON-encoded filter criteria
sort_bystring nullable
Field to sort by (e.g., 'duration', 'created_at')
Field to sort by (e.g., 'duration', 'created_at')
sort_orderstring nullable
Sort order ('asc' or 'desc')
Sort order ('asc' or 'desc')
Headers
authorizationstring nullable
X-API-Keystring nullable
Response
Successful Response