v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Automation

Describe Script Job

View script job details.

get/operation/automation/scripts/{tenant_id}/get/{script_job_id}

Path parameters

tenant_idstring required

Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

script_job_idstring required

ID of the script_job. This can be fetched from listScriptJobs API/scriptExecute response

Response

Success

script_job_idstring

Unique ID of the Script Job

script_job_namestring

Name of the Script Job

statusstring required

Overall status of the script execution

status_reasonstring required

Error message if failed

started_atstring required

Script Job start time in UTC

completed_atstring required

Script Job completion time in UTC

execution_typestring required

Script Job execution type (on_demand/scheduled)

initiated_bystring required

User who initiated script execution

Example response

{
  "job_info": {
    "script_info": {
      "parameter_source": "script"
    }
  }
}