provider Agents Platform GET /v1/convai/agents/{agent_id}/versions/{version_id}
@utdk/elevenlabs /v1/convai/agents/{agent_id}/versions/{version_id}
Get Agent Version Metadata
Get metadata for a specific agent version
agent_id path required
The id of an agent. This is returned on agent creation.
string
version_id path required
Unique identifier for the version.
string
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
getVersionMetadataRoute
GET/v1/convai/agents/{agent_id}/versions/{version_id}
Get metadata for a specific agent version

Parameters

required

The id of an agent. This is returned on agent creation.

required

Unique identifier for the version.

Configure credentials above to enable sending.

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

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.getVersionMetadataRoute()