---
title: "Get an organization"
method: GET
path: "/v2/organizations/{org_id}"
tags: ["Organizations"]
---

# Get an organization

`GET /v2/organizations/{org_id}`

Get a specific organization by its ID.

<Note>This endpoint is in beta, read more [here](https://arize.com/docs/ax/rest-reference#api-version-stages).</Note>

## Path parameters

- `org_id` string, required — A universally unique identifier (base64-encoded opaque string).

## Response `200`

An organization object

- Organization — An organization is a top-level container within an account for grouping spaces and managing access control. Organizations enable team separation with role-based access control at the organization level.
  - `id` string, required — A universally unique identifier (base64-encoded opaque string).
  - `name` string, required — Name of the organization
  - `description` string, required — A brief description of the organization's purpose
  - `created_at` string, date-time, required — Timestamp for when the organization was created

## Other responses

- `400` — Invalid request
- `401` — Authentication is required
- `404` — Not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/arize-ai/apis/arize-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-rest-api/versions/2ce448f1de13/schema)
