Config history

Agent configuration history

get

Configuration history from an agent. Every time an agent config is updated, a new history entry with the change is created.

Authorizations
Path parameters
agentIDstring · uuidRequired
Query parameters
lastintegerOptional

Last config history entries.

Responses
200
OK
application/json
get
GET /v1/agents/{agentID}/config_history HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "rawConfig": "text",
    "createdAt": "2025-06-27T19:45:20.082Z"
  }
]