curl -X GET "https://api.usesynth.ai/api/harbor/deployments?status=ready&limit=50" \ -H "Authorization: Bearer $SYNTH_API_KEY"
{ "deployments": [ { "id": "dep_abc123", "name": "my-deployment", "status": "ready" } ] }
pending
building
ready
failed
Was this page helpful?