Status

Get Step Status

get

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 · enum

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

Possible values:
get
GET /api/v1/steps/{step_id}/status HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
initializing

Last updated

Was this helpful?