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

# GET /admin/organizations

`GET /admin/organizations`

## Response `200`

All organizations retrieved successfully

- AdminOrganizationsResponse — Response for admin organizations endpoint
  - `organizations` AdminOrganization[], required — List of organizations
    - `created_at` integer, required — Created timestamp (from Clerk)
    - `fee_distribution_key` string, nullable — Fee distribution key (from Breeze DB)
    - `fund_count` integer, required — Number of funds for this organization
    - `id` string, required — Organization ID (Clerk ID)
    - `name` string, required — Organization name
    - `slug` string, required — Organization slug
    - `strategy_count` integer, required — Number of strategies for this organization
    - `tags` string[], required — Tags assigned to this organization (from Breeze DB)
    - `updated_at` integer, required — Updated timestamp (from Clerk)
  - `total` integer, required — Total number of organizations

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/versions/d0a18846aa92/schema)
