v1

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

View Template and Script Schedules

view template and script schedules

get/operations/automation/{tenant_id}/get/{schedule_id}

Path parameters

tenant_idstring required

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

schedule_idstring required

Specify the schedule Id to fetch the schedule data

Response

Success

namestring required

Schedule Name

type'template' | 'script' | 'policy' required

Schedule type

descriptionstring required

Description of the schedule

recurrencestring required

Re-occurence of the schedule

next_runstring required

When will the schedule run for the next time

scheduleobject required

Schedule date and time details

argsobject required

Input Parameters for that Template/Policy/Script that is scheduled

created_atstring required

When the schedule is created

created_bystring required

Who has created the schedule

updated_bystring required

Who has updated the schedule

updated_atstring required

When the schedule is updated

Example response

{
  "type": "template"
}