---
title: "GET /api/v1/orgs/organizations/{org_id}/"
method: GET
path: "/api/v1/orgs/organizations/{org_id}/"
tags: ["organizations"]
---

# GET /api/v1/orgs/organizations/{org_id}/

`GET /api/v1/orgs/organizations/{org_id}/`

Get a organization.

## Path parameters

- `org_id` string, uuid, required

## Response `200`

Successful response

- object
  - `id` integer — Unique identifier for the organization
  - `org_id` string — Unique organization ID
  - `name` string — Name of the organization
  - `description` string — Description of the organization
  - `address` string — Address of the organization
  - `contact_email` string, email — Contact email for the organization
  - `phone_number` string — Phone number of the organization
  - `website` string, uri — Website of the organization
  - `on_paid_plan` boolean — Indicates if the organization is on a paid plan
  - `created_at` string, date-time — Timestamp of when the organization was created
  - `updated_at` string, date-time — Timestamp of when the organization was last updated
  - `owner` integer — Identifier of the organization's owner
  - `members` integer[] — List of member identifiers belonging to the organization

## Other responses

- `404` — Organization not found

---

[API](https://skmtc.dev/thuir/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/thuir/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/mem0-api-docs/revisions/f569857d13db/schema)
