curl https://api.crewship.dev/v1/deployments/dep_abc123xyz \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": { "id": "dep_abc123xyz", "project": "my-crew", "status": "active", "message": "Add PDF export feature", "git_sha": "a1b2c3d4e5f6", "created_at": "2024-01-15T10:30:00Z", "activated_at": "2024-01-15T10:32:15Z", "build_logs_url": "https://api.crewship.dev/v1/deployments/dep_abc123xyz/logs" } }
Retrieve a specific deployment by ID
dep_abc123xyz
pending
building
active
failed
superseded