Skip to main content
GET
/
v1
/
agents
List agents
curl --request GET \
  --url https://api.us.poly.ai/v1/agents \
  --header 'x-api-key: <api-key>'
[
  {
    "accountId": "<string>",
    "agentId": "<string>",
    "agentName": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "branchCount": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.poly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of agents for the current account

accountId
string
required
agentId
string
required
agentName
string
required
createdAt
string
required
updatedAt
string
required
branchCount
number
required
Last modified on May 8, 2026