---
title: "Returns the organization with the given id."
method: GET
path: "/organizations/{organizationId}"
tags: ["Organization"]
---

# Returns the organization with the given id.

`GET /organizations/{organizationId}`

## Path parameters

- `organizationId` string, required

## Response `200`

OK

- GetOrganizationEndpointOutput
  - `id` string, required — The id of the organization.
  - `name` string, required — The human-readable name of the organization.
  - `slug` string, required — The URL-safe unique identifier of the organization.
  - `primaryDomain` string, nullable, required — The primary email domain associated with the organization, if any.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

## Changes

- **2026-08-19** `fdb89a6eb2fb` — 1 breaking
  - removed the required property `billingCustomerId` from the response with the `200` status

[Change history](https://skmtc.dev/rapidata/apis/rapidata-api/changes/organizations/:organizationId/get.md)

---

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