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
Example response
{
"schedules": [
{
"type": "template"
}
]
}