---
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.

---

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