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"
}
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"
}
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"
}
Was this page helpful?