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

# List Organizations

`GET /organizations`

## Response `200`

- OrganizationApiOrganization[]
  - `maxTtl` string, nullable — The maximum allowed TTL. Must be 6-h, 12-h, 1-d, 3-d, 1-w, 2-w, 1-M, inherit or explicit null which means infinite
  - `defaultTtl` string, nullable — The default TTL set when creating environments. Must be 6-h, 12-h, 1-d, 3-d, 1-w, 2-w, 1-M, inherit or explicit null which means infinite
  - `doNotReportSkippedStatusChecks` boolean
  - `doNotConsiderMergeCommitsForPrPlans` boolean
  - `enableOidc` boolean
  - `enforcePrCommenterPermissions` boolean
  - `projectCustomFlowsPolicy` 'MERGE_WITH_TEMPLATES' | 'OVERRIDE_TEMPLATES' | 'MERGE_WITH_TEMPLATES' | 'OVERRIDE_TEMPLATES', required
  - `allowEnv0Secrets` boolean
  - `requireApprovalForPrApplies` boolean
  - `disablePrComments` boolean
  - `allowMergeableBypassForPrApply` boolean
  - `ipAllowlist` OrganizationApiIpAllowlistRule[] — IP allowlist rules. When non-empty, only requests from matching IPs are allowed for the organization (both UI/SSO logins and agent API). Empty or undefined means open by default.
    - `type` 'address' | 'subnet' | 'range' | 'address' | 'subnet' | 'range', required
    - `address` string — IPv4 or IPv6 address. Required when type is 'address'
    - `network` string — Network address of the subnet. Required when type is 'subnet'
    - `prefix` number — CIDR prefix length. Required when type is 'subnet'
    - `start` string — Inclusive lower bound of the range. Required when type is 'range'
    - `end` string — Inclusive upper bound of the range. Required when type is 'range'
    - `family` 'ipv4' | 'ipv6' | 'ipv4' | 'ipv6'
  - `id` string, required
  - `name` string, required
  - `description` string
  - `photoUrl` string
  - `createdBy` string, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `mode` 'paying' | 'trial' | 'free' | 'paying' | 'trial' | 'free', required
  - `trialEnd` string, date-time
  - `role` string, required
  - `isSelfHostedK8s` boolean

---

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