runs
Get Run Status
Get the status of a specific pipeline run.
Args: run_id: ID of the pipeline run for which to get the status.
Returns: The status of the pipeline run.
get/api/v1/runs/{run_id}/status
Path parameters
run_idstring uuid required
Response
Successful Response
'initializing' | 'failed' | 'completed' | 'running' | 'cached' required
Enum that represents the current status of a step or pipeline run.