cURL
curl --request GET \ --url https://api.us.poly.ai/v1/agents/{agentId}/real-time-configs/{clientEnv} \ --header 'x-api-key: <api-key>'
{ "clientEnv": "<string>", "variables": {}, "schema": {}, "lastUpdated": "<string>" }
Successful response
A single config page for one environment.
Environment (sandbox, pre-release, live)
Config key-value pairs
JSON Schema (Draft 7) definition
ISO 8601 timestamp of last update
Was this page helpful?