---
title: "List Fact Groups"
method: GET
path: "/factgroups/"
tags: ["Facts"]
---

# List Fact Groups

`GET /factgroups/`

Returns a list of available fact groups, used to categorize facts associated with an interaction.

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `200`

Returns a list of available fact groups, used to categorize facts associated with an interaction.

- FactsFactGroupsListResponse
  - `data` FactsFactGroupsItem[], required
    - `id` string, uuid
    - `key` string
    - `translations` object[]
      - `id` integer
      - `languages_id` string
      - `name` string

## Other responses

- `500` — RFC9457

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/versions/5d1895a1b3fc/schema)
