Skip to main content
GET
Retrieves a paginated list of flow runs with optional filtering by flow ID or status.

Usage Notes

  • Results are paginated with a default limit of 100
  • Results are ordered by creation date (newest first)
  • Use filters to narrow down results by flow or status
  • The response includes complete flow run details

Request

string
Filter by a specific flow ID to only return runs for that flow.
string
Filter by status. Valid values: processing, review, completed, or failed.
number
default:"100"
Maximum number of results to return. Maximum value is 1000.
number
default:"0"
Number of results to skip for pagination.

Response

array
required
Array of flow run objects
object
required
Pagination information