v3

latestOpenAPI 3.1.0Proprietary2026-08-07266348629.6 KB
Agents

List Agent Config History

List a config-based agent's config-change history, newest first.

Response is bounded by the server-side retention window (50 rows per agent by default) and carries a per-row summary.changedFields so the FE sidebar stays cheap - full before/after diffs come from two GET /history/{version} detail reads.

get/agents/{job_id}/config/history

Path parameters

job_idstring required

Query parameters

limitinteger
before_versioninteger nullable

Response

Successful Response

totalinteger required

Total rows for this agent (bounded by retention)

nextBeforeVersioninteger nullable

Cursor for the next page - pass as ?before_version=…. Null if no more rows.