Retrieve all agents across the user’s organizations
include_relations=true to also include triggers and tools.
"true" to include triggers and tools in each agent. Defaults to "false" for a leaner payload.| Field | Type | Description |
|---|---|---|
runs_count | integer | Total non-sandbox runs |
completed_count | integer | Non-sandbox runs that completed successfully |
failed_count | integer | Non-sandbox runs that failed |
last_run | string | null | ISO 8601 timestamp of the most recent non-sandbox run (completed_on, or created_on if still running). null when there are no non-sandbox runs. |
last_run_status | string | null | Status of the most recent non-sandbox run: completed, failed, running, pending, or cancelled. A run with status completed but result.success = false is normalized to failed. null when there are no non-sandbox runs. |
include_relations=true. Without it, the response omits these fields for faster loading.