---
title: "List groups in your organization"
method: GET
path: "/groups"
tags: ["Groups"]
---

# List groups in your organization

`GET /groups`

## Query parameters

- `first` integer
- `after` string
- `last` integer
- `before` string

## Response `200`

Ok

- GroupPagedList
  - `items` Group[]
    - `id` string — The group ID
    - `name` string — The group name
    - `description` string — The group description
    - `createdAt` string, date-time — When the group was created
  - `total` integer
  - `paging` PagingState
    - `has_next_page` boolean
    - `end_cursor` string
    - `start_cursor` string
    - `has_previous_page` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/elementum/apis/elementum-api.md) · [All operations](https://skmtc.dev/elementum/apis/elementum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elementum/elementum-api/revisions/0bd8997bc49d/schema)
