Perform an action on a materialization
materializations
Perform an action on a materialization
Performs an action on a materialization. The action is specified via
the action query parameter:
stop- Cancels a PENDING or building materialization. Returns 200.
POST
Perform an action on a materialization
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
ID of the materialization
Query Parameters
Action to perform on the materialization
Available options:
stop Response
Materialization cancelled (action=stop)
A record of one materialization run for a package.
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