v2

Swagger 2.02026-08-01331211921.0 KB
Pipelines

Get a step of a pipeline

Retrieve a given step of a pipeline.

get/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/steps/{step_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.

Response

The step.

typestring required
uuidstring

The UUID identifying the step.

started_onstring date-time

The timestamp when the step execution was started. This is not set when the step hasn't executed yet.

completed_onstring date-time

The timestamp when the step execution was completed. This is not set if the step is still in progress.