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.
Authorizations
Path parameters
step_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
GET /api/v1/steps/{step_id}/status HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
initializing
Last updated
Was this helpful?