---
title: "Get organization"
method: GET
path: "/v1/organizations/{id}"
tags: ["Organization"]
---

# Get organization

`GET /v1/organizations/{id}`

Returns the given organization by its ID.

## Response `200`

OK

- Organization — An organization in the system.
  - `id` string, required — Unique identifier of the organization.
  - `name` string, required — Name of the organization.
  - `email` string, email, required — Email address of the organization.
  - `logo` string, uri, nullable, required — Logo of the organization.
  - `website` string, uri, nullable, required — Work title of the user.
  - `status` 'active' | 'deleted', required — Status of the organization.
  - `members` string[], required — IDs of the users in the organization.
  - `teams` string[], required — IDs of the teams in the organization.
  - `namespaces` string[], required — IDs of the namespaces in the organization.
  - `created_at` string, date-time, required — Date when the organization was created.
  - `updated_at` string, date-time, nullable, required — Date when the organization was updated.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.net/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opcotech/elemo-api/versions/6ff580b1e226/schema)
