Get config version
Fetches a specified version of a Config.
For more details on configuration options and how to configure EVI, see our configuration guide.
Path parameters
id
Identifier for a Config. Formatted as a UUID.
version
Version number for a Config.
Configs, Prompts, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed.
Version numbers are integer values representing different iterations of the Config. Each update to the Config increments its version number.
Headers
X-Hume-Api-Key
Response
Success
id
Identifier for a Config. Formatted as a UUID.
version
Version number for a Config. Version numbers should be integers. The combination of configId and version number is unique.
evi_version
The version of the EVI used with this config.
version_description
Description that is appended to a specific version of a Config.
name
Name applied to all versions of a particular Config.
created_on
The timestamp when the first version of this config was created.
modified_on
The timestamp when this version of the config was created.
prompt
A specific prompt version returned from the server
voice
language_model
A specific LanguageModel
ellm_model
A specific eLLM Model configuration
tools
List of user-defined tools associated with this config.
builtin_tools
List of built-in tools associated with this config
event_messages
Collection of event messages returned by the server.
Event messages are sent by the server when specific events occur during a chat session. These messages are used to configure behaviors for EVI, such as controlling how EVI starts a new conversation.
timeouts
Collection of timeout specifications returned by the server.
Timeouts are sent by the server when specific time-based events occur during a chat session. These specifications set the inactivity timeout and the maximum duration an EVI WebSocket connection can stay open before it is automatically disconnected.
nudges
A specific nudge configuration returned from the server
webhooks
Map of webhooks associated with this config.