curl "https://agentgate.mynewapi.com/v1/runs?status=succeeded&limit=10" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": [ { "id": "run_abc123", "workOrderId": "wo_xyz789", "status": "succeeded", "iterations": 3, "createdAt": "2024-01-15T10:30:00Z", "completedAt": "2024-01-15T10:35:00Z" } ], "total": 42, "limit": 10, "offset": 0 }
List runs with optional filtering
pending
running
succeeded
failed
cancelled