Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
branches
List branches
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/branches \
  --header 'X-API-KEY: <api-key>'
{
  "branches": [
    {}
  ]
}

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

Path Parameters

agentId
string
required

Response

200 - application/json

List of branches

branches
object[]
required
Last modified on June 1, 2026