---
title: "Fetch details of an organization"
method: GET
path: "/orgs/{org_id}"
tags: ["Organizations"]
---

# Fetch details of an organization

`GET /orgs/{org_id}`

Returns organization details for the given organization ID. The user must be the organization's owner.

## Path parameters

- `org_id` string, required

## Response `200`

Operation successful

- OrganizationSuccessResponse
  - `success` boolean, required
  - `data` OrganizationData, required
    - `id` string, uuid, required — ID of the organization
    - `name` string, required — Must be a unique organization name
    - `contact` string, required
    - `website` string, uri, required
    - `apikey` string, required
    - `preferred_region` string, required
    - `feature_flags` string[], required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `400` — Malformed request
- `401` — User is not authorized to perform this operation.

## Changes

- **2025-04-04** (v2) `cb67ff854c71` — 1 breaking
  - added the new path request parameter `org_id`
- **2025-04-02** (v2) `68b9e665bfcc` — 1 warning
  - deleted the `path` request parameter `org_id`
- **2024-11-19** (v2) `d8c5d90e84ac` — 1 breaking
  - added the new path request parameter `org_id`

[Change history](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/changes/orgs/:org_id/get.md)

---

[API](https://skmtc.dev/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
