List All Agent Runs
Agent Runs
List All Agent Runs
List runs across all agents in your organization.
GET
List All Agent Runs
Returns run summaries across every agent your API key can access.Documentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
Request
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
limit | number | No | Page size (1-100, default 25). |
cursor | string | No | Pagination cursor from next_cursor. |
status | string | No | Comma-separated statuses (running,completed). |
from | string | No | ISO timestamp lower bound on created_at. |
to | string | No | ISO timestamp upper bound on created_at. |
agent_id | string | No | Filter runs to one agent ID. |
Response
outputs[] uses the same shape as Get Agent Run, including premiere_prproj_url when a Premiere Pro timeline package is attached to the render.
This summary response does not include needs_credits. To check whether a run is credit-blocked, call Get Agent Run (run-level) and/or Get Agent Run Nodes (node-level).