Skip to content

List Runs

GET
/api/v1/workflows/runs

List workflow runs for the current tenant.

Returns a paginated list of runs ordered by created_at desc. Supports optional status filtering.

Authorizations

Parameters

Query Parameters

status
Any of:
string

Filter by run status

limit
integer
default: 20 >= 1 <= 100
offset
integer

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string