List runs for a package
Lists build/refresh runs for this package, most recent first. A run is a single package-level build event carrying typed units — materialized sources (table units) and built indexes (index units). A run defaults to a full run spanning both families — a publish, an on-demand rebuild, and a scheduled re-materialization all refresh a version's tables and its indexes — but may also be scoped to a single unit (Phase C per-unit dispatch). Runs are version-independent: their artifacts may be shared across versions.
/organizations/{organizationName}/environments/{environmentName}/packages/{packageName}/runsAuthorization
bearerAuth In: header
Path Parameters
The unique identifier of the organization
^[a-zA-Z0-9_ -]+$The unique identifier of the environment
^[a-zA-Z0-9_ -]+$The unique identifier of the package
^[a-zA-Z0-9_ -]+$Query Parameters
Only return runs that impacted this version (derived filter).
^[a-zA-Z0-9_.-]+$Only return runs targeting this source.
Only return runs targeting this dimension.
Maximum number of items to return. Use -1 or omit to return all results. Valid values: -1 (all results) or 1–500.
-1 <= value <= 500-1Number of items to skip before starting to return results
0 <= value0Response Body
application/json
application/json
application/json
application/json
application/json