Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
branches
/
{branchId}
/
behavior
Get agent behavior rules
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/branches/{branchId}/behavior \
  --header 'x-api-key: <api-key>'
{
  "behavior": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

Current behavior rules for the agent branch

behavior
string
required
Last modified on April 22, 2026