List Runs
Track
List Runs
List past runs for the workspace with optional filters.
Returns a paginated list of run summaries (without full output details).
Use this to find runs to inspect, or to monitor recent activity.
For full output details on a specific run, use GET /v1/runs/{runId}.
Results are ordered by creation time, newest first.
GET
List Runs
List past executions for your workspace, ordered by creation time (newest first).
Use this to build execution history views, audit logs, or find a specific run you need to inspect. Supports filtering by status, app ID, and time range.
Results are paginated with offset/limit. Default limit is 25, maximum 100.
Authorizations
Workspace API key. Prefix: lma_. Example: lma_abc123...
Query Parameters
Filter runs by status. Omit to return all statuses.
Available options:
queued, running, completed, failed, cancelled Filter by app/workflow ID. Only returns runs of this specific app.
Maximum number of runs to return per page.
Required range:
x <= 100Number of runs to skip (for pagination).
Only return runs created after this ISO 8601 timestamp.