List Team Dispatches
Filterable, paginated list of team dispatches across the tenant. Default scope is active (unassigned_at IS NULL); pass status=closed for closed dispatches or status=all for both. Each row embeds a team summary (name, code, member count) and work-order identity (uuid, work_order_number).
Headers
Query parameters
Optional: Filter to one team - string UUID - “{{team_uuid}}”
Optional: Filter to one work order - string UUID - “{{work_order_uuid}}”
Optional: Filter by crew status - staffed|understaffed|lead_missing
Optional: active (unassigned_at IS NULL) | closed (unassigned_at IS NOT NULL) | all - default “active”
Optional: Lower bound on dispatched_at - date format Y-m-d
Optional: Upper bound on dispatched_at - date format Y-m-d
Optional: Filter by dispatcher user UUID - string UUID
Optional: Sort column - dispatched_at|unassigned_at|crew_status - default dispatched_at
Optional: Sort direction - asc|desc - default desc
Optional: Results per page - integer 1-100 - default 15
Optional: Page number - default 1

