Skip to main content
GET
List runs

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Query Parameters

scope
string | null

mine (default) or workspace (admin only).

status
string | null

all (default), active (created/running/suspended), or failed.

schedule_id
string<uuid> | null

Restrict to one schedule's history. Visibility-gated owner-or-admin.

order
string | null

newest (default, started_at DESC) or oldest (ASC).

limit
integer<int64> | null
offset
integer<int64> | null

Response

Runs

limit
integer<int64>
required
offset
integer<int64>
required
runs
object[]
required
total
integer<int64>
required

Total rows matching the filter (ignoring limit/offset) - the pager's denominator.