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

# List Groups

`GET /groups`

List groups visible to the current principal.

## Query parameters

- `owner_org_id` string, nullable — Optional owner org filter.
- `limit` integer
- `page_number` integer

## Response `200`

Successful Response

- AccessGroupListResponse
  - `groups` AccessGroup[]
    - `created_at` string, date-time, nullable — Creation timestamp.
    - `created_by` string, required — member_id of the creator.
    - `description` string, nullable — Optional group description.
    - `id` string, required — Access group id.
    - `name` string, required — Group name.
    - `owner_org_id` string, required — Owner organization id.
    - `updated_at` string, date-time, nullable — Last update timestamp.

## Other responses

- `422` — Validation Error

---

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