latestOpenAPI 3.1.02026-08-19270462702.4 KB
b92f75fd3b61
deployments
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: HTTPException: 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