Skip to main content
GET
Get Version

Path Parameters

version_id
string
required

Response

Successful Response

Full version details.

acp_type
enum<string>
required

Type of ACP server (sync or async)

Available options:
sync,
async
author_email
string
required

Commit author email

author_name
string
required

Commit author name

branch_id
string
required

Parent branch ID

deployed_at
string<date-time>
required

When this version was deployed

git_branch
string
required

Git branch name

git_hash
string
required

Git commit hash

id
string
required

Version ID

image_url
string
required

Container image URL

sdk_type
enum<string>
required

SDK type for agent runtime

Available options:
claude_agent_sdk,
codex_agent_sdk
status
enum<string>
required

Version lifecycle status

Available options:
DEPLOYING,
ACTIVE,
FAILED,
UNHEALTHY,
DRAINING,
RETIRED,
ROLLED_BACK
created_at
string<date-time> | null

Creation timestamp

failure_diagnostics
Failure Diagnostics · object | null

User-facing failure diagnostics with 'title', 'description', and 'action' fields

failure_reason
string | null

Classified failure reason when status is FAILED (e.g., 'image_pull_failed', 'crash_loop', 'scheduling_failed')

git_message
string
default:""

Git commit message

image_expires_at
string<date-time> | null

When image expires (for rollback window)

is_dirty
boolean
default:false

Whether the commit had uncommitted changes

last_rollback_at
string<date-time> | null

Timestamp when this version was last rolled back TO

replicas
integer
default:0

Current pod count for this version

retired_at
string<date-time> | null

When version was retired

rollback_count
integer
default:0

Number of rollbacks to this version

rolled_back_at
string<date-time> | null

Timestamp when this version was rolled back FROM

source_filesystem_id
string | null

Filesystem snapshot that can reopen this version in Agent Builder

updated_at
string<date-time> | null

Last update timestamp