Logs
Pipeline Logs
Logs from a pipeline with backward pagination.
GEThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/logs
Authorization
Path parameters
pipelineID*string (uuid)
Parent pipeline ID.
Query parameters
Response
OK
Body
items*array of PipelineLog (object)
endCursor*nullable string
count*number (int32)
Request
Response
Create Pipeline Log
Create a new log within a pipeline.
The log will be created with the given logs
blob of text.
POSThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/logs
Authorization
Path parameters
pipelineID*string (uuid)
Parent pipeline ID.
Body
logs*string
linesinteger
Response
Created
Body
id*string (uuid)
createdAt*string (date-time)
Request
Response