List Automations
listAutomationsList the team's automations, each with its live agent and queue counts. An automation is the workspace container an agent or queue belongs to on a team that has moved to Automations — its id is what POST /queues and POST /agents need as automation_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of automations per page (1-250, default 250) | |
| offset | No | Number of automations to skip | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. |