List runs
Lists schedule runs (one row per executed fire) newest-first, with a total for pagination. scope=mine (default) returns only runs of the caller’s own schedules; scope=workspace returns all runs in the workspace and is admin only (403 otherwise). status filters to all (default), active (created/running/suspended), or failed. Pass schedule_id for one schedule’s history - it is gated owner-or-admin (404 otherwise). limit defaults to 50 (max 200). Requires the schedules:read scope.
Authorizations
Personal Access Token. Send as Authorization: Bearer hq_pat_....
Query Parameters
mine (default) or workspace (admin only).
all (default), active (created/running/suspended), or failed.
Restrict to one schedule's history. Visibility-gated owner-or-admin.
newest (default, started_at DESC) or oldest (ASC).