Returns a list of task occurrences for an outlet over a date range.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Returns a flat list of the outlet's task occurrences.
Without parameters the range covers the previous, current and next month. The range is capped at 3 months; start
is required when end is given, and end defaults to start + 3 months.
Each occurrence carries an opaque occurrence_id token — pass it to the occurrence endpoints as-is, never parse
it. Lifecycle states such as planned, due or overdue are not returned: derive them client-side from begin,
completion.done_at and the current time in the outlet's timezone.
The possible values of template.type and completion.result are listed on the
Reference Values page.
400Invalid date format, end earlier than start, end without start, or a range longer than 3 months.
403User lacks permission to view the tasks dashboard.
404Outlet not found.
