Skip to main content
GET
Get Agent Config History Entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required
version
integer
required

Response

Successful Response

Response for GET /agents/{id}/config/history/{version}.

Same masking rules as AgentConfigResponse - partial sk-a****xyzw for apiKey / clientSecret, full ******** for bearerToken / headerValue / any headers dict value.

version
integer
required
Required range: x >= 0
changedTimestamp
string<date-time>
required
changeKind
enum<string>
required
Available options:
create,
update,
rollback
agentConfig
CreateAgentConfigRequest · object
required

Historical agent_config at this version, masked

changedByEmail
string | null
rollbackSourceVersion
integer | null
changeNote
string | null