List Schedules
Agent Schedules & Triggers
List Schedules
List all cron schedules for an agent
GET
List Schedules
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Path Parameters
Agent UUID
Query Parameters
Page number (min: 1)
Results per page (min: 1, max: 100)
Example Request
Response
Response Fields
| 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 |
Error Responses
404 Not Found
- Agent not found or you don’t have access
429 Too Many Requests
- Rate limit exceeded

