Schedules
Get a schedule
Returns the details of a specific schedule for an agent.
GET
Get a specific schedule by ID
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
The ID of the schedule
Response
Returns the schedule details
Represents a scheduled task for an agent in the External API
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