Configuration history from an agent. Every time an agent config is updated, a new history entry with the change is created.
Last config history entries.
Agent configuration history entry.
GET /v1/agents/{agentID}/config_history HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "rawConfig": "text", "createdAt": "2025-04-24T08:20:25.093Z" } ]