v2

latestOpenAPI 3.0.02026-08-013312111.4 MB
Pipelines

Get a pipeline

Retrieve a specified pipeline

get/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_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 pipeline UUID.

Response

The pipeline.

typestring required
uuidstring

The UUID identifying the pipeline.

build_numberinteger

The build number of the pipeline.

created_onstring date-time

The timestamp when the pipeline was created.

completed_onstring date-time

The timestamp when the Pipeline was completed. This is not set if the pipeline is still in progress.

build_seconds_usedinteger

The number of build seconds used by this pipeline.