Configuration history from a pipeline. Every time a pipeline config is updated, a new history entry with the change is created.
Last history entries.
Pipeline configuration history entry.
GET /v1/aggregator_pipelines/{pipeline}/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", "configFormat": "ini", "createdAt": "2025-04-24T08:05:30.865Z" } ]