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

---

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