Skip to main content

Get Org Job Status

GET 

/v1/product/:product_identifier/automation/:automation_id/status

Get the status of an automation job

Request

Path Parameters

    product_identifier anyrequired

    Organization ID or short name

    automation_id uuidrequired

    The ID for the specific environment automation task

Responses

Successful Response

Schema

    product_id uuidrequired

    Product ID

    automation_id uuidrequired

    Identifier of automation job

    status CustomerAutomationStatus (string)

    Possible values: [in_progress, completed, action_required, cancelled, failure, queued, skipped, stale, timed_out, requested, waiting, pending, done]

    An enumeration.

Loading...