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>" }
Documentation IndexFetch the complete documentation index at: https://docs.poly.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.poly.ai/llms.txt
Use this file to discover all available pages before exploring further.
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?