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
Code snippet
Updates live as you fill in the form above.
TypeScript
import elevenlabs from '@utdk/elevenlabs';
await elevenlabs.listEnvironmentVariables({
"page_size": 100
})