Agent Versioning - Versions

Get version detail

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
Example:60d0fe4f5311236168a109ca

The agent ID

versionIdstring required

The published version ID

Response

Successful response

statusboolean

Example response

{
  "status": true
}

Changes