Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
real-time-configs
List all config pages
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/real-time-configs \
  --header 'x-api-key: <api-key>'
{
  "configPages": [
    {
      "clientEnv": "<string>",
      "variables": {},
      "schema": {},
      "lastUpdated": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

agentId
string
required

Response

Successful response

One config page per environment (sandbox, pre-release, live).

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