> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anny.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List booking-bundle-groups

> List booking bundle groups for the organization.

List booking bundle groups for the active organization. Index does not require write permission.

```http theme={null}
GET /api/v1/booking-bundle-groups?sort=order_index&include=booking_bundles
```

<ParamField path="query.include" type="string">
  Comma-separated. Allowed: `booking_bundles`.
</ParamField>

<ParamField path="query.filter[search]" type="string">
  Search group names.
</ParamField>

<ParamField path="query.filter[ids]" type="string">
  Restrict to specific group ids.
</ParamField>

<ParamField path="query.sort" type="string">
  Allowed: `order_index`, `name`, `created_at`. Prefix with `-` for descending.
</ParamField>

<ParamField path="query.page[number]" type="integer" />

<ParamField path="query.page[size]" type="integer" />

See [Booking Bundle Groups](/developers/guides/booking-bundle-groups) for assignment, public catalog includes, and delete behavior.
