v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBdeployments
Get a single deployment record
Fetch a specific deployment history record.
Args: project_id: Project the deployment belongs to. deployment_id: Deployment record ID. auth: Authenticated user.
Returns: DeploymentResponse for the record.
Raises: 403: If the user does not have access to the project. 404: If the deployment is not found for this project.
get/projects/{project_id}/deployments/{deployment_id}
Path parameters
project_idstring uuid required
deployment_idstring uuid required
Response
Successful Response