Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20

Maximum number of run rows to return.

Required range: 1 <= x <= 10000
order
enum<string>
default:desc

Sort direction on run created_at.

Available options:
asc,
desc
before
string | null

Return runs before this run id (keyset cursor).

after
string | null

Return runs after this run id (keyset cursor).

workflow_id
string | null

Filter to a single workflow id.

status
string | null

Filter by lifecycle status: pending, queued, running, completed, error, failed, awaiting_review, or cancelled.

trigger_type
string | null

Filter by trigger type: manual, api, schedule, webhook, email, or restart.

from_date
string | null

Inclusive created_at lower bound (YYYY-MM-DD, UTC).

to_date
string | null

Inclusive created_at upper bound (YYYY-MM-DD, UTC).

Response

Successful Response

data
UsageRunRecord · object[]
required
list_metadata
ListMetadata · object
required

Boundary resource IDs for page navigation.