Configuration history from an agent. Every time an agent config is updated, a new history entry with the change is created.
/v1/agents/{agentID}/config_history
Last config history entries.
curl -L \ --url 'https://cloud-api.calyptia.com/v1/agents/{agentID}/config_history' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "rawConfig": "text", "createdAt": "2025-03-12T04:25:20.116Z" } ]