---
title: "Get Groups"
method: GET
path: "/api/v1/groups"
tags: ["Endpoints", "Groups"]
---

# Get Groups

`GET /api/v1/groups`

Fetch a list of all groups.

## Query parameters

- `after_checkpoint` string
- `limit` integer

## Response `200`

Request was successfully processed

- object
  - `checkpoint` string, required — A token that can be used to get more groups.
  - `additional_results` boolean, required — True if there are more groups to retrieve.
  - `groups` GroupMetadata[], required — An array of group information objects.
    - `name` string, required
    - `id` integer
    - `created_at` string, nullable
    - `updated_at` string, nullable

## Other responses

- `400` — There was a problem with the request
- `401` — There was a problem with the request
- `403` — Invalid token or API is not enabled
- `429` — Rate limited - wait a few seconds and try again
- `500` — Server error
- `503` — Server error
- `504` — Server error

---

[API](https://skmtc.net/tessian/apis/tessian-api.md) · [All operations](https://skmtc.net/tessian/apis/tessian-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessian/tessian-api/revisions/08762fb51cf0/schema)
