Retrieve a history of all saved configurations (versions) for a specific agent.
x-api-key header to authenticate this request.agentId: The 24-character string ID of the agent whose version history you want to retrieve.versions belonging to the agent. Each object in this array represents a distinct snapshot in time:
version_id: A unique UUID for this specific configuration state.active: A boolean flag (true or false). Only one version can be active at a time. The active version is the one currently used when initiating a new LiveKit session.config: The full configuration dictionary (prompts, models, avatars, tools) exactly as it existed when this version was saved.created_at: The timestamp of when this version was generated.active: true config against older, stable versions.version_id of an older, successful configuration, you can prepare your application to rollback or activate that previous state.