v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
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: 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

idstring required
project_idstring required
training_job_idstring nullable
base_modelstring nullable
deployed_bystring required
reasonstring nullable required
deployed_atstring date-time required