Command Palette
Search for a command to run

Get a deployment

Retrieve details for a single deployment

GET
/auth/v1/seed/{namespace}/projects/{proj}/deployments/{id}

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
id
type: string
required
The deployment ID.

Previous List deployments

Next Get deployment logs