---
title: "Retrieve all organizations"
method: GET
path: "/api/v1/organizations"
tags: ["Organizations"]
---

# Retrieve all organizations

`GET /api/v1/organizations`

## Query parameters

- `Limit` integer
- `Offset` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `SearchId` string
- `Id` integer

## Response `200`

OK

- OrganizationsList
  - `data` OrganizationDetailsDto[], nullable, required
    - `id` integer
    - `name` string, nullable
    - `fullName` string, nullable
    - `email` string, nullable
    - `billingEmail` string, nullable
    - `phone` string, nullable
    - `country` string, nullable
    - `city` string, nullable
    - `vatNumber` string, nullable
    - `address` string, nullable
    - `isEligibleUpdateSubscription` boolean
    - `isLocked` boolean
    - `isReadOnly` boolean
    - `isNew` boolean
    - `trialEnded` boolean
    - `users` integer
    - `projects` integer
    - `servers` integer
    - `cloudCredentials` integer
    - `createdAt` string, nullable
    - `partnerId` integer, nullable
    - `partnerName` string, nullable
    - `partner` PartnerDetailsForOrganizationsDto
      - `id` integer
      - `name` string, nullable
      - `link` string, nullable
      - `domain` string, nullable
      - `logo` string, nullable
    - `discountRate` number, double
    - `boundRules` PrometheusEntity[], nullable
      - `prometheusRuleId` integer, required
      - `prometheusRuleName` string, nullable, required
      - `ruleDiscountRate` number, double, nullable, required
  - `totalCount` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/taikun/apis/taikun-webapi.md) · [All operations](https://skmtc.dev/taikun/apis/taikun-webapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikun/taikun-webapi/revisions/09395964d191/schema)
