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
Path parameters
run_idstring · uuidRequired
Responses
200
Successful Response
application/json
Responsestring · enum

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

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

Last updated

Was this helpful?