---
title: "Search groups"
method: GET
path: "/groups"
---

# Search groups

`GET /groups`

Search for groups by name

## Query parameters

- `query` string, required
- `cursor` string

## Response `200`

Ok

- PaginatedGroups
  - `nextCursor` string, nullable, required — Cursor for the next page
  - `hasNextPage` boolean, required — Whether there are more results
  - `total` number, double, required — Total count of groups matching the query
  - `groups` Group[], required — List of groups
    - `description` string, required — Description of the group
    - `name` string, required — Group name
    - `id` string, required — Group ID

## Other responses

- `401` — Invalid authentication
- `422` — Input validation error
- `429` — Rate limitation error
- `default` — Unexpected error

---

[API](https://skmtc.net/slite/apis/public-slite-api.md) · [All operations](https://skmtc.net/slite/apis/public-slite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slite/public-slite-api/versions/7cee1a5a5128/schema)
