Configuration history from a pipeline. Every time a pipeline config is updated, a new history entry with the change is created.
OK
const response = await fetch('https://cloud-api.calyptia.com/v1/aggregator_pipelines/{pipeline}/config_history', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "rawConfig": "text", "configFormat": "ini", "createdAt": "2024-11-21T12:28:25.159Z" } ]