List workspace runs
Returns all pipeline runs across the workspace, most recent first, with optional status, file, pipeline, trigger-account, and trigger-type filters.
Path Parameters
URL-safe workspace identifier.
Query Parameters
Cursor pointing to the last item of the previous page.
Obtain this from the nextCursor field in the response.
The maximum number of records to return (1-100, default: 20).
1 <= x <= 100Filter by the source file the run analyzes.
Filter by the owning pipeline.
Filter by run status.
"queued"Filter by how the run was initiated (user vs system).
"user"Filter by the account that triggered the run.
Response
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
