v1

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

List Template and Script Schedules

list template and script schedules

get/operations/automation/{tenant_id}/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

type'template' | 'script' required

Type of schedule. Choose one of the below.

Response

Success

page_countinteger required

Page count

total_countinteger required

Total count

Example response

{
  "schedules": [
    {
      "type": "template"
    }
  ]
}