Get v1runs
List the runs in the caller’s organization, newest first, with cursor pagination and optional status / creator / time / tree filters.
Authorizations
Hiloop API key sent as an HTTP Bearer token.
Query Parameters
The maximum number of runs to return. The server caps and defaults this; 0 means "use the server default".
An opaque page token from a previous response's next_page_token. Empty for the first page.
Optional run status filter (pending, running, succeeded, failed, canceled). Empty returns all.
Optional creator filter: the stable principal id (API key or user) that created the run. Empty returns runs from any creator.
Optional lower bound on created_at (RFC 3339, inclusive). Empty applies no lower bound.
Optional upper bound on created_at (RFC 3339, exclusive). Empty applies no upper bound.
Optional run-tree filter: restrict to the runs whose root_run_id matches. Empty returns runs across every tree.
Optional project filter: restrict to the runs belonging to this project. Empty returns runs across every project.
Optional executing-identity filter: the stable principal id the runs execute as — a registered workload's id to list that workload's runs. Empty applies no executing-identity filter.