Use this file to discover all available pages before exploring further.
The Get Deployment endpoint retrieves every piece of information stored for a single deployment run — its current status, associated project, build logs, public URL, and more. The lookup is ownership-scoped: a deployment is only returned if it belongs to a project owned by the authenticated user, preventing unauthorized access to other users’ deployment data.
This endpoint requires an active session. Authentication is handled via a
session cookie issued after sign-in. See the
Authentication reference for details.
The CUID of the deployment to retrieve (e.g., clxyz123abc456def). CUIDs
are returned in the id field of any deployment object from the
List Deployments endpoint.
Stored log output from the build and deploy pipeline. Available after
the deployment completes. For live streaming during an active deployment,
use the Deployment Logs SSE endpoint.
Full project object embedded in the response. Key fields include id,
name, repositoryFullName, defaultBranch, deploymentUrl,
buildCommand, startCommand, and rootDirectory.