List Org Agents
listOrgAgentsList every agent across all teams in an organization, with the team it belongs to, the state of its most recent run and the state of its schedules. Intended for external monitoring: it answers 'which agents have gone silent' and 'which agents were switched off' without a request per team or per agent. Requires an organization Admin, Executive, or Owner role, and an API key scoped to all teams you can access — a key pinned to a single team is rejected, because this endpoint spans every team in the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of agents per page (1-100, default 20) | |
| orgId | Yes | The organization's unique identifier | |
| offset | No | Number of agents to skip | |
| team_id | No | Filter to agents on this team | |
| auto_disabled | No | If true, only agents whose schedule was switched off automatically (e.g. after repeated missing-connection failures); if false, only agents with no auto-disabled schedule | |
| schedule_enabled | No | If true, only agents with at least one enabled schedule; if false, only agents with none (including agents that are never scheduled) |