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

# GET /api/v1/orgs/organizations/

`GET /api/v1/orgs/organizations/`

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

## Changes

- **2026-08-04** `d8043b07769d` — 1 breaking, 8 warning, 9 info
  - the `items/members/items/` response's property type/format changed from `integer`/`` to `object`/`` for status `200`
  - removed the optional property `items/address` from the response with the `200` status
  - removed the optional property `items/contact_email` from the response with the `200` status
  - removed the optional property `items/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/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)
