Skip to content

Get Org Job Status

GET
/v1/product/{product_identifier}/automation/{automation_id}/status

Get the status of an automation job

Authorizations

Parameters

Path Parameters

product_identifier
required
Any of:
string format: uuid

Organization ID or short name

automation_id
required

The ID for the specific environment automation task

string format: uuid

The ID for the specific environment automation task

Responses

200

Successful Response

object
product_id
required

Product ID

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