curl https://api.crewship.dev/v1/runs/run_xyz789abc \ -H "Authorization: Bearer YOUR_API_KEY"
{ "id": "run_xyz789abc", "version_id": "ver_abc123xyz", "deployment_id": "dep_abc123xyz", "status": "running", "input": { "topic": "AI agents" }, "output": null, "error_message": null, "created_at": "2024-01-15T10:35:00Z", "started_at": "2024-01-15T10:35:02Z", "completed_at": null }
Retrieve a specific run by ID
run_xyz789abc
pending
running
succeeded
failed
canceled
null