Skip to main content
GET
/
api
/
harbor
/
deployments
/
{deployment_id}
/
status
curl -X GET "https://api.usesynth.ai/api/harbor/deployments/{deployment_id}/status" \
  -H "Authorization: Bearer $SYNTH_API_KEY"
{
  "id": "dep_abc123",
  "status": "ready",
  "snapshot_id": "snap_xyz789"
}
Get build and readiness status for a Harbor deployment.
deployment_id
string
required
Deployment ID.
curl -X GET "https://api.usesynth.ai/api/harbor/deployments/{deployment_id}/status" \
  -H "Authorization: Bearer $SYNTH_API_KEY"
{
  "id": "dep_abc123",
  "status": "ready",
  "snapshot_id": "snap_xyz789"
}