v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Agent Versioning - Versions

Get version detail

Deprecated. By-id reads are kept working during the v1 coexistence window (~1 month). A v1 versionId equals its migrated revisionId, so this continues to resolve across branches. Migrate to GET /agent/{id}/branches/{branchId}/revisions/{revisionId}. Will be removed at the sunset date.

| Returns the full detail of a specific published version (read-only). Published versions are config-immutable — to modify config, create a draft from this version and publish it as a new version.

get/agent/{id}/versions/{versionId}

Path parameters

idstring required

The agent ID.

versionIdstring required

The published version ID

Response

Successful response

statusboolean

Example response

{
  "status": true
}