Schedules
List schedules for an agent
Returns a list of all scheduled tasks configured for the specified agent.
GET
Get all schedules for a specific agent
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Path Parameters
The ID of the agent
Response
Returns the list of schedules
0 = None; 1 = RunOnce; 2 = RunEvery; 3 = CRON
Available options:
0, 1, 2, 3 0 = Combined; 1 = Separated
Available options:
Combined, Separated 0 = Fatal; 1 = Error; 2 = Warning; 3 = Info
Available options:
Fatal, Error, Warning, Info 0 = Text; 1 = TextAndHtml
Available options:
Text, TextAndHtml