Recurring Tasks
Get recurring task
Retrieve a single recurring task schedule.
GET
Authentication
Requires a key with thetasks:read scope.
Path parameters
Recurring task UUID.
Response
Returns the schedule wrapped underdata. See List recurring tasks for the full field reference.
Errors
| Status | When |
|---|---|
400 INVALID_ID | {id} is not a valid UUID |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks tasks:read scope |
404 NOT_FOUND | Schedule doesn’t exist, is soft-deleted, or was created by another user |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |