v1

latestSwagger 2.0Apache 2.02026-07-1721621.5 KB
logs

Get log entries

Returns logs filtered by pipeline, driver, and runid

get/logs

Query parameters

pipelinestring

Pipeline name

driverstring

Driver name

runidstring

Run ID

Response

List of logs

driverstring

Driver is the name of the driver that generated the log. This helps in identifying which component of the system produced the log.

messagestring

Message is the actual log message. This contains the information or error details that you want to record.

pipelinestring

Pipeline is the name of the pipeline associated with the log. This allows you to trace logs back to specific pipelines.

runidstring

RunID is a unique identifier for the workflow run. This allows you to group logs by specific runs of your pipelines.

timestampstring

Timestamp is the time when the log was created. This is useful for ordering logs and understanding the sequence of events.