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.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
run_idstring · uuidRequired
Responses
200
Successful Response
application/json
Responsestring · enumPossible values:
Enum that represents the execution status of a step or pipeline run.
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/runs/{run_id}/statusGET /api/v1/runs/{run_id}/status HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
initializingLast updated
Was this helpful?