Dispatch Platform connector
list_trips
List dispatch trips with optional date, driver, and status filters.
GETRead-onlyLive read
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
| date | string | Optional | ISO date (YYYY-MM-DD). Defaults to today when omitted. |
| driver_id | string | Optional | Driver ID used to filter assigned trips. |
| status | string | Optional | Trip status filter. unassignedpendingin-progresscompletedlate |
This tool maps to a Dispatch Platform REST endpoint. Live responses come from the connected dispatch system, so no example payload is shown here.
