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

# List organizations

`GET /organizations`

List organizations

## Response `200`

List organizations

- Organization[]
  - `created` string, date-time, required
  - `id` string, required
  - `imageURL` string
  - `name` string, required
  - `settings` OrganizationSettings, required
    - `autoApproveMoreRestrictiveIntentsByEnv` AutoApproveMoreRestrictiveIntentsByEnv[], required
      - `enabled` boolean, required
      - `environmentId` string, required
    - `defaultIntentsApprovalActionByEnv` DefaultIntentsApprovalActionByEnv[], required
      - `action` 'AUTO_APPROVE' | 'AUTO_DENY' | 'REQUIRE_APPROVAL', required
      - `environmentId` string, required
    - `defaultInviteMembership` OrganizationMembership, required
      - `organizationId` string, required
      - `restrictions` OrganizationMembershipRestrictions
        - `clusterIds` IDFilterValue
          - `exclude` string[]
          - `include` string[]
        - `environmentIds` IDFilterValue
          - `exclude` string[]
          - `include` string[]
        - `namespaceIds` IDFilterValue
          - `exclude` string[]
          - `include` string[]
        - `serviceIds` IDFilterValue
          - `exclude` string[]
          - `include` string[]
      - `role` 'ADMIN' | 'VIEWER', required
    - `domains` string[]
    - `domainsDefaultRole` 'ADMIN' | 'VIEWER', required
    - `enforcedRegulations` string[]
    - `ignoreInternetIntents` boolean
    - `ignoredCloudDomains` string[]
  - `uniqueName` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `408` — Request Timeout
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `default`

## Changes

> 33 revisions in range; 1 could not be searched.

- **2025-04-16** `6b4369907cb8` — 5 info
  - added the non-success response with the status `408`
  - added the optional property `items/settings/ignoreInternetIntents` to the response with the `200` status
  - added the required property `items/settings/defaultIntentsApprovalActionByEnv` to the response with the `200` status
  - added the required property `items/settings/domainsDefaultRole` to the response with the `200` status
  - …1 more
- **2024-12-02** `aabf75d38bc6` — 1 info
  - added the optional property `items/settings/ignoredCloudDomains` to the response with the `200` status
- **2024-10-21** `7aec65a7fcfd` — 3 info
  - the response property `items/name` became required for the status `200`
  - added the required property `items/created` to the response with the `200` status
  - added the required property `items/settings` to the response with the `200` status
- **2023-02-08** `76634bc9add8` — 1 info
  - added the non-success response with the status `422`
- **2023-01-31** `e24061547d5d` — 1 info
  - added the non-success response with the status `401`

[Full history](https://skmtc.dev/otterize/apis/otterize-api-server/changes/organizations/get.md)

---

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