---
title: "Get organization details (admin)"
method: GET
path: "/v1/admin/organizations/{orgId}"
tags: ["Admin"]
---

# Get organization details (admin)

`GET /v1/admin/organizations/{orgId}`

Get detailed organization info with members and workflow count

## Path parameters

- `orgId` string, required

## Request body

- object

## Response `200`

OK

- AdminGetOrganizationSuccessResponse
  - `code` integer
  - `data` AdminOrganizationDetail
    - `createdAt` string
    - `createdBy` string
    - `cuBalance` string
    - `description` string
    - `id` string
    - `memberCount` integer
    - `members` AdminOrganizationMember[]
      - `createdAt` string
      - `id` string
      - `role` string
      - `userId` string
    - `name` string
    - `photo` string
    - `slug` string
    - `workflowCount` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
