Configuration history from an agent. Every time an agent config is updated, a new history entry with the change is created.
OK
const response = await fetch('https://cloud-api.calyptia.com/v1/agents/{agentID}/config_history', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "rawConfig": "text", "createdAt": "2024-12-03T16:44:42.383Z" } ]