v3

latestOpenAPI 3.1.0Proprietary2026-08-07266348629.6 KB
Agents

Get Agent Config History Entry

Return the masked full config for a specific history version.

Stored snapshots are re-validated through CreateAgentConfigRequest on the response path. If the validator has tightened since the snapshot was written, surface the error as 422 so the FE can explain the drift

  • same shape the rollback endpoint uses. Unhandled, the error would otherwise land as a 500.
get/agents/{job_id}/config/history/{version}

Path parameters

job_idstring required
versioninteger required

Response

Successful Response

versioninteger required
changedByEmailstring nullable
changedTimestampstring date-time required
changeKind'create' | 'update' | 'rollback' required
rollbackSourceVersioninteger nullable
changeNotestring nullable