Skip to main content
GET

Authentication

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

Query parameters

page
integer
default:"1"
Page number (≥ 1).
limit
integer
default:"20"
Results per page (1–100).
farmId
string
Limit to templates either bound to this farm OR farm-agnostic.
category
string
Filter by category (one of the 10 task categories).
includeGlobal
string
default:"true"
"false" to exclude global templates and only return user-owned ones.

Response

data
array
Array of template objects.
pagination
object
Offset pagination envelope.

Errors

StatusWhen
401Missing, malformed, expired, or revoked API key
403 INSUFFICIENT_SCOPEKey lacks tasks:read scope
429 RATE_LIMIT_EXCEEDEDPer-user rate limit reached
5xxServer error