Dispatch Platform connector
list_bookings_history
List historical bookings, newest first, with optional date, status, and paging filters.
GETRead-onlyLive read
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
| from | string | Optional | Start date (YYYY-MM-DD), inclusive. |
| to | string | Optional | End date (YYYY-MM-DD), exclusive. |
| status | string | Optional | Case-sensitive booking status token. |
| limit | number | Optional | Maximum bookings to return. |
| offset | number | Optional | Paging offset. |
This tool maps to a Dispatch Platform REST endpoint. Live responses come from the connected dispatch system, so no example payload is shown here.
