Skip to content

Get Environment Job Status

GET
/v1/product/{product_id}/environment/{environment_id}/automation/{automation_id}/status

Get the status of an environment automation job

Authorizations

Parameters

Path Parameters

environment_id
required

The environment ID

string format: uuid

The environment ID

automation_id
required

The ID for the specific environment automation task

string format: uuid

The ID for the specific environment automation task

product_id
required

Product ID

string format: uuid

Product ID

Responses

200

Successful Response

object
environment_id
required

Environment for automation

string format: uuid
automation_id
required

Identifier of automation job

string format: uuid
status

Status of the automation job

string
Allowed values: in_progress completed action_required cancelled failure queued skipped stale timed_out requested waiting pending done

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string