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.
Workspace API key. Prefix: lma_. Example: lma_abc123...
Filter runs by status. Omit to return all statuses.
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.
x <= 100Number of runs to skip (for pagination).
Only return runs created after this ISO 8601 timestamp.