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
Example response
{
"status": true
}