Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

Response

OK

A single event in the provisioning progress stream.

type
enum<string>
required

The event type.

Available options:
data,
done,
error,
keep_alive
project_id
string

The ID of the project being provisioned.

stage
string

The current provisioning stage.

label
string

A human-readable label for the current stage.

reason
string

The reason for failure (only present on error events).

timestamp
string<date-time>

The time the event was emitted.

steps
object[]

Ordered list of provisioning steps.

Last modified on June 16, 2026