v45

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

Get revision publish trail

Return the publish trail for a revision: who published it, and the ordered list of prior revisions on this branch with the sections that changed at each step.

get/agent/{id}/branches/{branchId}/revisions/{revisionId}/history

Path parameters

idstring required

The agent ID.

branchIdstring required

The branch ID.

revisionIdstring required

The revision ID. Equal to the v1 versionId for revisions that were migrated from the v1 model.

Response

Successful response.

statusboolean

Example response

{
  "status": true
}