Task Templates
List templates
List task templates accessible to the user (own + global by default).
GET
Authentication
Requires a key with thetasks:read scope. See Authentication.
Query parameters
Page number (≥ 1).
Results per page (1–100).
Limit to templates either bound to this farm OR farm-agnostic.
Filter by category (one of the 10 task categories).
"false" to exclude global templates and only return user-owned ones.Response
Array of template objects.
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 |