Skip to main content
GET
Recurring task schedules auto-generate concrete tasks based on a pattern. Generation runs server-side on a cron — there’s no manual generate endpoint exposed on the v1 API.

Authentication

Requires a key with the tasks:read scope. See Authentication.

Query parameters

integer
default:"1"
Page number (≥ 1).
integer
default:"20"
Results per page (1–100).
string
Filter to schedules on a specific farm (UUID).
string
Filter by linked template (UUID).
string
"true" or "false" — filter by active status.

Response

array
Array of recurring task schedules.
object
Offset pagination envelope.

Errors