booking_list
List sessions for an organization with filters by provider, client, service, status, and date range. Supports cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| apiKey | No | ||
| cursor | No | ||
| dateTo | No | ||
| status | No | ||
| orderBy | No | ||
| orgSlug | Yes | ||
| clientId | No | ||
| dateFrom | No | ||
| serviceId | No | ||
| providerId | No |