Support
Log In
Runs

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.

GET/organizations/{organizationName}/environments/{environmentName}/packages/{packageName}/runs

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

organizationName*string

The unique identifier of the organization

Match^[a-zA-Z0-9_ -]+$
environmentName*string

The unique identifier of the environment

Match^[a-zA-Z0-9_ -]+$
packageName*string

The unique identifier of the package

Match^[a-zA-Z0-9_ -]+$

Query Parameters

versionId?string

Only return runs that impacted this version (derived filter).

Match^[a-zA-Z0-9_.-]+$
sourceName?string

Only return runs targeting this source.

dimension?string

Only return runs targeting this dimension.

limit?integer

Maximum number of items to return. Use -1 or omit to return all results. Valid values: -1 (all results) or 1–500.

Range-1 <= value <= 500
Default-1
offset?integer

Number of items to skip before starting to return results

Range0 <= value
Default0

Response Body

application/json

application/json

application/json

application/json

application/json