Trace session
Authorizations
Path parameters
pipelineIDstring · uuidRequired
Responses
200
OK
application/json
get
GET /v1/pipelines/{pipelineID}/trace_session HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"pipelineID": "123e4567-e89b-12d3-a456-426614174000",
"plugins": [
"dummy.0"
],
"lifespan": "10m",
"createdAt": "2025-07-04T17:27:38.063Z",
"updatedAt": "2025-07-04T17:27:38.063Z"
}
Authorizations
Path parameters
pipelineIDstring · uuidRequired
Responses
200
OK
application/json
delete
DELETE /v1/pipelines/{pipelineID}/trace_session HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lifespan": "10m",
"updatedAt": "2025-07-04T17:27:38.063Z"
}