Guardrails
List Policy Schedules
list policy schedules
get/governance/guardrails/policies/{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.
Response
Success
Example response
{
"schedules": [
{
"type": "template"
}
]
}