Stream provisioning progress
Streams real-time provisioning progress for projects being created in the specified organization. The response is an NDJSON stream where each line is a JSON object representing a provisioning event.
The stream emits events as provisioning stages complete and terminates automatically when all in-flight projects finish (or fail). A keep-alive event is sent periodically to prevent connection timeouts.
The body is a newline-delimited stream of JSON objects.
Each line is a single ProvisionEvent.
The data, done, and error events include a steps array listing the ordered provisioning steps.
Event types:
data— a provisioning stage completeddone— provisioning finished successfullyerror— provisioning failedkeep_alive— connection keep-alive
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the organization.
Response
OK
A single event in the provisioning progress stream.
The event type.
data, done, error, keep_alive The ID of the project being provisioned.
The current provisioning stage.
A human-readable label for the current stage.
The reason for failure (only present on error events).
The time the event was emitted.
Ordered list of provisioning steps.