Recurring Tasks
List recurring tasks
List recurring task schedules created by the authenticated user.
GET
generate endpoint exposed on the v1 API.
Authentication
Requires a key with thetasks:read scope. See Authentication.
Query parameters
Page number (≥ 1).
Results per page (1–100).
Filter to schedules on a specific farm (UUID).
Filter by linked template (UUID).
"true" or "false" — filter by active status.Response
Array of recurring task schedules.
Offset pagination envelope.
Errors
| Status | When |
|---|---|
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks tasks:read scope |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |