Get Agent Version
Retrieves a specific version of an agent definition with its configuration snapshot.
GET
https://api.futureagi.com/simulate/agent-definitions/{agent_id}/versions/{version_id}/ Authentication
Path parameters
agent_id
The agent definition ID.
version_id
The agent version ID.
Response
200 OK id
UUID of the version.
version_number
Sequential version number starting from
1. version_name
Short version name (e.g.
v1, v2). version_name_display
Formatted display name.
status
Lifecycle status:
draft, active, archived, or deprecated. status_display
Human-readable status label.
score
Evaluation score (
0.0–10.0). null if untested. test_count
Total test executions run against this version.
pass_rate
Test pass percentage (
0–100). null if untested. description
Version description.
commit_message
Commit message for this version.
release_notes
Release notes, or
null. agent_definition
UUID of the parent agent definition.
organization
UUID of the owning organization.
configuration_snapshot
Immutable snapshot of agent config at version creation.
agent_name
Display name at the time of snapshot.
agent_type
voice or text. inbound
Whether the agent handled inbound calls.
languages
Supported language codes.
language
Primary language ISO 639-1 code.
provider
Voice provider.
contact_number
Phone number with country code.
assistant_id
External provider assistant ID.
api_key
Provider API key (masked).
authentication_method
Provider auth method.
observability_enabled
Whether observability was enabled.
description
Agent description.
knowledge_base
Linked knowledge base UUID, or
null. commit_message
Commit message for this version.
model
AI model identifier.
model_details
Extended model configuration.
livekit_url
LiveKit server URL.
livekit_api_key
LiveKit API key.
livekit_api_secret
Always returned as
******** (masked). livekit_agent_name
LiveKit agent name.
livekit_config_json
LiveKit room configuration.
livekit_max_concurrency
Max concurrent LiveKit sessions. Defaults to
5. is_active
Whether this is the currently active version.
is_latest
Whether this is the most recent version.
created_at
ISO 8601 creation timestamp.
updated_at
ISO 8601 last-modified timestamp.
Errors
401
Invalid or missing API credentials.
404
Agent definition or version not found.
500
Unexpected server error.