v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
steps

Get Step Status

Get the status of a specific step.

Args: step_id: ID of the step for which to get the status.

Returns: The status of the step.

get/api/v1/steps/{step_id}/status

Path parameters

step_idstring uuid required

Response

Successful Response

'initializing' | 'failed' | 'completed' | 'running' | 'cached' required

Enum that represents the current status of a step or pipeline run.