Agent
Get All Agent Executions
Retrieve all executions (call runs) for a specific agent
GET
Get All Agent Executions
Get All Agent Executions
Retrieve all execution runs associated with a specific agent. This endpoint provides a summary of each run including status, task counts, and timestamps - useful for monitoring agent performance and execution history.Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.
Path Parameters
You can get the
agent_handle by hitting the Get All Agents API. The handle field in the response is your Agent Handle.Headers
You can get the
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.Response Fields
Execution Object Fields
Common Error Codes
Code Examples
Best Practices
- Agent Handle: Use the exact agent handle from the Get All Agents response
- Completion Tracking: Calculate
completed_tasks / total_tasksratio to monitor run success rates - Status Monitoring: Poll this endpoint to track long-running executions
- Error Handling: Always handle potential errors and edge cases
- Security: Keep API tokens secure and rotate them regularly
Get All Agent Executions