List all cron schedules for an agent
Authorization: Bearer <token> header.
| Field | Type | Description |
|---|---|---|
uuid | string | Schedule UUID |
agent_uuid | string | Agent UUID |
name | string | Schedule name |
cron_expression | string | Cron expression |
message_template | string | Message template with variables |
timezone | string | Timezone for schedule evaluation |
enabled | boolean | Whether schedule is active |
last_run_at | string|null | Last execution timestamp (ISO 8601) |
next_run_at | string|null | Next scheduled run (ISO 8601, null if disabled) |
created_at | string | Creation timestamp |
updated_at | string | Last update timestamp |