List Scheduled Tasks
REST API - Scheduled Tasks
List Scheduled Tasks
List an agent’s recurring scheduled tasks.
GET
List Scheduled Tasks
Returns the recurring scheduled tasks configured on an agent. A scheduled task runs the agent on a
cron schedule with a fixed prompt.
Response
Array of scheduled tasks.
Example Request
Example Response
Authorizations
API Key for authentication
Path Parameters
Response
Successful Response
Source-node id. Pass it to update/remove/run the task.
Cron expression (5-field crontab, UTC), e.g. '0 9 * * *'.
Instruction the agent runs on each fire.
Human-readable label for the task.
Whether the task is active. Disabled tasks keep their config but do not fire.

