v1

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

List Templates Jobs

Jobs represent an instance of a Template or Script. Every time a Template or Script is executed, a Job is created. Jobs provide a reference of the execution, during and any time after it.

get/operation/automation/template/{tenant_id}/jobs/list

Path parameters

tenant_idstring required

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

Query parameters

limitinteger

Number of records to display

pageinteger

Page number

Response

Success

Example response

{
  "jobs": {
    "status": "CANCELED"
  }
}