Agents
List Agents
List the agents in your workspace on the v1 API.
GET
List Agents
Read only
Return the agents that belong to the authenticated organization. Use this to populate a picker in your own UI or to find an agent’s
Recommended. This endpoint is part of the public
/v1 API reference and is the supported path for new integrations. See the migration guide for versioning guidance.id before fetching or updating it.
When to use this
- Agent pickers: populate a dropdown of available agents in your own tooling.
- ID lookup: find an agent’s
idby title before calling Get Agent Details or Update Agent. - Inventory checks: audit which agents exist in a workspace, for example before cleaning up unused ones with Delete Agent.
agents array without pagination metadata; the full list is returned in one response. See Pagination for how each list endpoint shapes its response.List Agents