---
title: "List groups"
method: GET
path: "/v1/groups/"
tags: ["groups"]
---

# List groups

`GET /v1/groups/`

Retrieve all groups for the authenticated user. Groups are collections of contacts used to organize your network (e.g., "Coworkers", "College Friends").

## Query parameters

- `orderBy` object
  - `name` unknown
  - `number_of_contacts` unknown
- `where` object
  - `has_subgroups` boolean
  - `has_parent` boolean
  - `has_name` string
  - `not_in` string[]
- `include` object
  - `parent_group` boolean
  - `sub_groups` boolean
  - `sub_groups_name_order` unknown
  - `contacts_count` boolean
  - `sub_groups_count` boolean
  - `is_favorite` boolean
- `select` object
  - `parent_group` boolean
  - `sub_groups` boolean
  - `sub_groups_name_order` unknown
  - `contacts_count` boolean
  - `sub_groups_count` boolean
  - `is_favorite` boolean

## Response `200`

Successful response

- object
  - `error` boolean, required
  - `data` object, required
    - `groups` Schema0[], required — unresolved $ref

## Other responses

- `400` — Request body failed validation.
- `401` — Missing or invalid API key.
- `403` — Valid key, insufficient permission.
- `404` — Resource does not exist.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.net/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdex/dex-public-api/revisions/2c131b36d495/schema)
