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
Path parameters
run_idstring · uuidRequired
Responses
200
Successful Response
application/json
Responsestring · enumPossible values:
Enum that represents the current 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
GET /api/v1/runs/{run_id}/status HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
initializing
Last updated
Was this helpful?