Skip to main content

List flow runs

GET 

/api/v1/flow-runs

List flow runs, optionally filtered by status.

When filtering by status, results are fetched up to an internal limit (10K rows), filtered client-side, then paginated. The truncated field in the response indicates whether the internal limit was reached, meaning additional matching results may exist beyond what was returned.

Without a status filter, offset/limit are applied directly to the database query.

Request

Responses

Successful Response