Skip to content

Get Agent Version

GET/v1/agents/{agent_id}/versions/{version}

Retrieve an immutable historical Agent snapshot. The version path value accepts either a version resource ID or a positive numeric version.

Path parameters

stringagent_idrequired

Stable identifier of the parent Agent.

string | integerversionrequired

Immutable version resource ID or positive numeric version.

Errors

401authentication_error

The API key is missing or invalid.

404not_found

The Agent or requested version does not exist.