---
title: "List Organization"
method: GET
path: "/auth/organization/list"
tags: ["Organization Management"]
---

# List Organization

`GET /auth/organization/list`

List all organizations

## Response `200`

Success

- unknown[]
  - unknown

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 5 breaking, 4 warning, 6 info
  - removed the media type `application/json` for the response with the status `401`
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/createdAt` from the response with the `200` status
  - removed the required property `items/name` from the response with the `200` status
  - …11 more
- **2026-07-11** `32cece1ebe43` — 4 breaking
  - the response property `items/description` became nullable for the status `200`
  - the response property `items/id` became nullable for the status `200`
  - the response property `items/logo` became nullable for the status `200`
  - the response property `items/metadata` became nullable for the status `200`
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/list/get.md)

---

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