Get Agent Version
Retrieves a specific version of an agent definition.
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 agent version.
version_number
Sequential version number, starting from 1.
version_name
Short version name (e.g.,
v1, v2). version_name_display
Formatted display name for the version.
status
Lifecycle status:
draft, active, archived, or deprecated. status_display
Human-readable status label.
score
Evaluation score from
0.0 to 10.0. null if no tests run. test_count
Total test executions run against this version.
pass_rate
Test pass percentage from
0 to 100. null if no tests run. description
Version description.
commit_message
Commit message for this version.
release_notes
Release notes.
null if not provided. agent_definition
UUID of the parent agent definition.
organization
UUID of the owning organization.
configuration_snapshot
Immutable snapshot of the agent configuration at version creation time.
agent_name
Agent display name at snapshot time.
agent_type
voice or text. inbound
Whether the agent handled inbound calls.
languages
Supported language codes.
language
Primary ISO 639-1 language code.
provider
Voice provider.
contact_number
Phone number at snapshot time.
assistant_id
External assistant ID.
api_key
Provider API key.
authentication_method
Authentication method for provider.
observability_enabled
Whether observability was enabled.
description
Agent description at snapshot time.
knowledge_base
UUID of linked knowledge base.
commit_message
Commit message.
model
AI model identifier.
model_details
Extended model configuration.
is_active
Whether this is the currently active version.
is_latest
Whether this is the most recently created 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.