Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
branches
/
{branchId}
/
attributes
List attributes
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/branches/{branchId}/attributes \
  --header 'x-api-key: <api-key>'
{
  "attributes": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of attributes for the agent branch

attributes
object[]
required
Last modified on April 22, 2026