List Runs
Returns durable run summaries from the backing store, including runs
persisted before the current server boot. Supports per-status filtering
and sorting for both list and kanban renderings. Archived runs are
hidden by default; pass include_archived=true (or status=archived)
to include them. Runs in the removing bucket are hidden unless
explicitly requested via status=removing.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Query Parameters
Maximum number of items to return per page.
1 <= x <= 100Number of items to skip before returning results.
x >= 0Whether to include archived runs in the response. Defaults to false.
Return only runs currently linked to this orchestration parent.
Filter runs by status bucket. Repeatable. When omitted, runs in the
removing bucket are hidden; pass status=removing to include them.
Archived runs are hidden unless include_archived=true or
status=archived is passed.
Status bucket for a run, shared by list and kanban renderings and by
the status query parameter on GET /api/v1/runs. The archived
bucket is orthogonal to the include_archived flag — passing
status=archived is equivalent to opting archived runs in.
pending, runnable, initializing, running, blocked, succeeded, failed, archived, removing Field to sort by. Defaults to created_at.
created_at, updated_at, status, elapsed, repo, title, workflow, changes, size Sort direction. Defaults to desc.
asc, desc