get_booking_history
Retrieve booking history for the agent. Filter by status or provider, and paginate results to review past trips.
Instructions
Get the agent's booking history.
Args:
page: Page number (starts at 1).
per_page: Items per page (max 100).
status: Filter by booking status.
provider: Filter by provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| status | No | ||
| per_page | No | ||
| provider | No |