---
title: "List"
method: GET
path: "/organizations"
tags: ["Organizations"]
---

# List

`GET /organizations`

## Query parameters

- `admin` boolean

## Response `200`

OK

- object
  - `organizations` Organization[], required
    - `aiFeatures` OrganizationAIFeatures — AI features that are enabled for the organization
      - `generateDetailedDescriptions` boolean — Whether to enable detailed descriptions for objects, connections, and diagrams
      - `generateDisplayDescriptions` boolean — Whether to enable display descriptions for objects
      - `generateDraftSummary` boolean — Whether to enable draft summaries for diagrams
      - `generateObjectSummary` boolean — Whether to enable object summaries for objects and connections in the right click context menu
    - `aiFeaturesEnabled` boolean — Whether to enable all AI features for the organization
    - `aiModel` 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano'
    - `billingCurrency` 'usd' | 'cad' | 'eur' | 'gbp'
    - `billingCycle` 'monthly' | 'annually'
    - `billingEmail` string, email
    - `experiments` object
    - `language` 'en-US' | 'en-GB' | 'fr-FR' | 'es-ES' | 'es-419'
    - `lineShapeDefault` 'curved' | 'square' | 'straight', required — The visual style of a connection line
    - `name` string, required
    - `oauthLandscapeWriteEnabled` boolean, required — Whether OAuth connections can make changes to landscape data
    - `shareLinkAuthDomains` string[], nullable, required
    - `shareLinksEnabled` boolean, required
    - `autoInviteDomains` string[], required
    - `billingCollectionMethod` 'charge' | 'invoice'
    - `billingMonthlyCost` number
    - `billingPaymentMethod` boolean, required
    - `cancelAt` string, date-time
    - `canceledAt` string, date-time
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` string, required
    - `plan` 'free' | 'indie' | 'pilot' | 'growth' | 'scale' | 'isolation', required
    - `planEndsAt` string, date-time
    - `seats` number, required
    - `status` 'active' | 'canceled' | 'incomplete_expired' | 'incomplete' | 'past_due' | 'paused' | 'trialing' | 'unpaid', required
    - `trialEndsAt` string, date-time
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
    - `userIds` string[], required
    - `users` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Resource Exhausted
- `500` — Internal Server

## Changes

> 17 revisions in range; 2 could not be searched.

- **2026-07-22** `0fe4f00b60cf` — 1 info
  - added the non-success response with the status `429`
- **2026-06-22** `53046c5e57b9` — 2 info
  - the `aiFeaturesEnabled` response's property default value `true` was removed for the status `200`
  - the `oauthLandscapeWriteEnabled` response's property default value `true` was removed for the status `200`
- **2026-06-03** `181c90adca5e` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the optional property `organizations/items/aiModel` to the response with the `200` status
  - added the optional property `organizations/items/billingMonthlyCost` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/organizations/get.md)

---

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