Config history

Pipeline configuration history

get

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

Authorizations
Path parameters
pipelinestring · uuidRequired
Query parameters
lastintegerOptional

Last history entries.

Responses
200
OK
application/json
get
GET /v1/aggregator_pipelines/{pipeline}/config_history HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "rawConfig": "text",
    "configFormat": "classic",
    "createdAt": "2025-06-28T02:56:09.237Z"
  }
]