---
title: "Read an organization"
method: GET
path: "/organization/{id}"
tags: ["Organization"]
---

# Read an organization

`GET /organization/{id}`

Reads a specific organization by ID.

## Path parameters

- `id` string, required

## Query parameters

- `metadata_include` string

## Response `200`

An object representing the organization.

- Organization
  - `id` integer, required — A system-wide unique ID for the organization.
  - `name` string, required — The organization name.
  - `slug` string, required — The organization slug.
  - `status` 'active' | 'inactive', required — The status of the organization.
  - `metadata` MetadataComponent — The metadata loaded via the metadata catalog API.
    - `key` string — The key of the metadata.
    - `value` string — The value of the metadata.
    - `additional_properties` object — Additional metadata properties, including schemas and tags.
      - `schemas` object[] — The JSON schemas of the metadata.
      - `tags` object[] — Tags associated with the metadata.
        - `key` string
        - `value` string

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

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