curl https://agentgate.mynewapi.com/v1/runs/run_abc123 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "id": "run_abc123", "workOrderId": "wo_xyz789", "status": "succeeded", "iterations": 3, "prUrl": "https://github.com/org/repo/pull/42", "timing": { "startedAt": "2024-01-15T10:30:00Z", "completedAt": "2024-01-15T10:35:00Z", "durationMs": 300000 }, "cost": { "credits": 150 }, "tenantContext": { "tenantId": "acme-corp", "tenantUserId": "user_123" } }
Get detailed information about a run
run_xxxxx
pending
running
succeeded
failed
cancelled
Show Properties