---
title: "Get organization details"
method: GET
path: "/organization"
tags: ["Organization"]
---

# Get organization details

`GET /organization`

## Response `200`

Successful response

- object
  - `status` boolean
  - `data` object
    - `_id` string — The organization ID
    - `name` string — The organization name
    - `members` object[]
      - `_id` string — The member ID
      - `userEmail` string — The member email
    - `subscription` object
      - `planId` string — The subscription plan ID

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/ea4ea58d7c4e/schema)
