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

# GET /admin/organizations/{org_id}

`GET /admin/organizations/{org_id}`

## Path parameters

- `org_id` string, required

## Response `200`

Organization details retrieved successfully

- AdminOrganizationDetailResponse — Response for single organization detail endpoint
  - `created_at` integer, required — When the organization was created (Unix timestamp)
  - `fee_distribution_key` string, nullable — Fee distribution public key
  - `fund_count` integer, required — Number of funds in this organization
  - `id` string, required — Organization ID
  - `invitations` AdminOrganizationInvitation[], required — Pending invitations for this organization
    - `created_at` integer, required — When the invitation was created (Unix timestamp)
    - `email_address` string, required — Email address the invitation was sent to
    - `id` string, required — Invitation ID
    - `role` string, required — Role assigned to the invitation
    - `status` string, required — Status of the invitation (pending, accepted, revoked)
  - `members` AdminOrganizationMember[], required — Current members of this organization
    - `created_at` integer, required — When the membership was created (Unix timestamp)
    - `first_name` string, nullable — User's first name
    - `id` string, required — Membership ID
    - `identifier` string, required — User's email or identifier
    - `image_url` string, nullable — User's profile image URL
    - `last_name` string, nullable — User's last name
    - `role` string, required — Role in the organization (e.g., "org:admin", "org:member")
    - `user_id` string, required — User ID
  - `name` string, required — Organization name
  - `slug` string, nullable — Organization slug
  - `strategy_count` integer, required — Number of strategies in this organization
  - `tags` string[], required — Tags associated with the organization
  - `updated_at` integer, required — When the organization was last updated (Unix timestamp)

## Other responses

- `404` — Organization not found
- `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/revisions/d0a18846aa92/schema)
