provider Agents Platform GET /v1/convai/environment-variables
@utdk/elevenlabs /v1/convai/environment-variables
List Environment Variables
List all environment variables for the workspace with optional filtering
cursor query
Pagination cursor from previous response
page_size query
Number of items to return (1-100)
integer
label query
Filter by exact label match
environment query
Filter to only return variables that have this environment. When specified, the values dict in the response will only contain this environment.
type query
Filter by variable type
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listEnvironmentVariables
GET/v1/convai/environment-variables
List all environment variables for the workspace with optional filtering

Pagination cursor from previous response

Number of items to return (1-100)

Filter by exact label match

Filter to only return variables that have this environment. When specified, the values dict in the response will only contain this environment.

Filter by variable type

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.listEnvironmentVariables({
  "page_size": 100
})