# List availability slots Returns a paginated list of Availability Slots for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/availability-slot Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "endAt", "notes", "startAt" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `isActive` (boolean) Indicates whether this slot is active and can be used for scheduling. - `isBooked` (boolean) Indicates whether this slot is currently booked. - `locationId` (string) Location (clinic/branch) where this slot occurs. Example: "123e4567-e89b-12d3-a456-426614174000" - `notes` (string) Free-text notes about this availability slot. - `resourceId` (string) Primary resource for this slot (e.g., veterinarian, room). Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields