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>"
}
]
}Was this page helpful?
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>"
}
]
}