v2
latestOpenAPI 3.0.02026-08-013312111.4 MBPipelines
Get the logs for the build container or a service container for a given step of a pipeline.
Retrieve the log file for a build container or service container.
This endpoint supports (and encourages!) the use of HTTP Range requests to deal with potentially very large log files.
get/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_uuid}/logs/{log_uuid}
Path parameters
workspacestring required
This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.
repo_slugstring required
The repository.
pipeline_uuidstring required
The UUID of the pipeline.
step_uuidstring required
The UUID of the step.
log_uuidstring required
For the main build container specify the step UUID; for a service container specify the service container UUID
Response
The raw log file for the build container or service container.