---
title: "Get Organization Details"
method: GET
path: "/api/organization/detail"
tags: ["Organization"]
---

# Get Organization Details

`GET /api/organization/detail`

Get organization details.

## Response `200`

Successful Response

- OrganizationDetailSchema[]
  - `id` string, uuid, required
  - `owner_id` string, uuid, required
  - `name` string, nullable — Optional name of the organization.
  - `description` string, nullable — Optional description of the organization.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `members` OrganizationMemberSchema[] — List of members in the organization.
    - `organization_id` string, uuid, required
    - `email` string, required — Email address of the member.
    - `name` string, required — Name of the member.
    - `role` string, nullable — Optional role of the member in the organization.

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
