Get user tasks
Scanner
Get user tasks
Returns tasks split into two lists:
- myTasks: Tasks assigned to the current staff member
- availableTasks: Unassigned tasks (staff_id IS NULL) ordered by priority
Priority order for availableTasks:
- Tasks related to orders with status=‘arrived’ (urgent)
- Dispatch actions
- Sweeps
- Pick lists
- Receiving
- Restocking (lowest priority)
GET
Get user tasks
Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.