Skip to main content
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

  1. Agent Handle: Use the exact agent handle from the Get All Agents response
  2. Completion Tracking: Calculate completed_tasks / total_tasks ratio to monitor run success rates
  3. Status Monitoring: Poll this endpoint to track long-running executions
  4. Error Handling: Always handle potential errors and edge cases
  5. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

agent_handle
string
required
Example:

"space-agent-8qmk42nslp91wrh3dz7btxc4"

Response

List of executions for the agent