Config history

Pipeline configuration history

Configuration history from a pipeline. Every time a pipeline config is updated, a new history entry with the change is created.

get

/v1/aggregator_pipelines/{pipeline}/config_history

Authorizations
Path parameters
pipelinestring · uuidrequired
Query parameters
lastinteger

Last history entries.

Responses
curl -L \
  --url 'https://cloud-api.calyptia.com/v1/aggregator_pipelines/{pipeline}/config_history' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "rawConfig": "text",
    "configFormat": "ini",
    "createdAt": "2025-03-12T03:51:14.892Z"
  }
]