---
title: "List all organizations"
method: GET
path: "/genai/{connection_id}/organization"
tags: ["genai", "organization"]
---

# List all organizations

`GET /genai/{connection_id}/organization`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- GenaiOrganization[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `is_active` boolean
  - `raw` object

## Changes

- **2026-09-21** `669f9277e173` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/genai/:connection_id/organization/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
