Status

Get Run Status

get

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.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
run_idstring · uuidRequired
Responses
chevron-right
200

Successful Response

application/json
Responsestring · enum

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

Possible values:
get
/api/v1/runs/{run_id}/status

Last updated

Was this helpful?