Skip to main content

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

Successful Response