Connectors
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
fromstringOptional

Start date (YYYY-MM-DD), inclusive.

tostringOptional

End date (YYYY-MM-DD), exclusive.

statusstringOptional

Case-sensitive booking status token.

limitnumberOptional

Maximum bookings to return.

offsetnumberOptional

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.