Skip to main content
GET
/
organizations
/
{organization_id}
/
projects
/
provisioning
Error
A valid request URL is required to generate request examples
{
  "project_id": "<string>",
  "stage": "<string>",
  "label": "<string>",
  "reason": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "steps": [
    {
      "stage": "<string>",
      "label": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

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 May 20, 2026