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

# Get an organization

`GET /orgs/{org_id}`

Returns a single organization. System admins may fetch any org; other roles may only fetch their own.

## Path parameters

- `org_id` string, required

## Response `200`

OK

- InternalApiAdminOrgResponse
  - `created_at` string
  - `daily_token_limit` integer
  - `deleted_at` string
  - `id` string
  - `monthly_token_limit` integer
  - `name` string
  - `requests_per_day` integer
  - `requests_per_minute` integer
  - `slug` string
  - `timezone` string
  - `updated_at` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
