List materializations for a package
materializations
List materializations for a package
Returns the materialization history for the package, ordered by most recent first.
GET
List materializations for a package
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the environment
Name of the package
Query Parameters
Maximum number of materializations to return
Required range:
x >= 1Number of materializations to skip
Required range:
x >= 0Response
List of materializations
Phase-aware status of a materialization run.
Available options:
PENDING, MANIFEST_ROWS_READY, MANIFEST_FILE_READY, FAILED, CANCELLED Build output. Null until status = MANIFEST_FILE_READY.
Error message if the materialization failed
Materialization metadata including build options, source counts, and durations