List Workflow Runs
GET/api/workflows/runs
List workflow runs with optional filtering and pagination.
Returns a paginated list of workflow runs with metadata including:
- items: List of workflow runs for the current page
- total: Total count of filtered results
- limit: Page size used
- offset: Current offset
- has_more: Boolean indicating if there are more results
- status_counts: Dictionary of counts by status (across all results, respecting search filter)
Request
Responses
- 200
- 422
Successful Response
Validation Error