Retrieve all executions (call runs) for a specific agent
| Name | Type | Required | Description |
|---|---|---|---|
| agent_handle | string | Yes | Unique handle/identifier of the agent |
agent_handle by hitting the Get All Agents API. The handle field in the response is your Agent Handle.| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.| Field | Type | Description |
|---|---|---|
| count | integer | Total number of executions |
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | array | Array of execution objects |
| Field | Type | Description |
|---|---|---|
| run_id | string | Unique run identifier |
| status | string | Run status: completed, running, failed, pending |
| total_tasks | integer | Total number of tasks in the run |
| completed_tasks | integer | Number of successfully completed tasks |
| created | string | Run creation timestamp (ISO 8601) |
| Status Code | Description |
|---|---|
| 200 | Success - Request completed successfully |
| 400 | Bad Request - Invalid parameters provided |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Access denied to the resource |
| 404 | Not Found - Agent not found |
| 500 | Internal Server Error - Server-side error |
completed_tasks / total_tasks ratio to monitor run success rates