---
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
  - `org_id` string — Organization's unique string identifier.
  - `name` string — Name of the organization.
  - `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.
  - `members` object[] — Members belonging to the organization.
    - `username` string
    - `role` string
    - `email` string
  - `is_default` boolean — Whether this is the caller's default organization.
  - `byok_enabled` boolean — Whether bring-your-own-key is enabled for the organization.
  - `invitations` unknown[] — Pending invitations for the organization.
    - unknown
  - `owner_pricing_plan` string — Pricing plan of the organization owner.
  - `is_owner` boolean — Whether the caller owns the organization.
  - `user_role` string — The caller's role within the organization.

## Other responses

- `404` — Organization not found.

## Changes

> 4 revisions in range; 1 could not be searched.

- **2026-08-04** `d8043b07769d` — 1 breaking, 8 warning, 9 info
  - the `members/items/` response's property type/format changed from `integer`/`` to `object`/`` for status `200`
  - removed the optional property `address` from the response with the `200` status
  - removed the optional property `contact_email` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - …14 more

[Change history](https://skmtc.dev/mem0/apis/mem0-api-docs/changes/api/v1/orgs/organizations/:org_id/get.md)

---

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