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

# GET /orgs/{org_id}

`GET /orgs/{org_id}`

Get an organization by ID

## Path parameters

- `org_id` string, required

## Response `200`

Organization details

- GetOrgResBody
  - `org` Org, required
    - `banner_url` string, nullable
    - `contact_email` string, nullable
    - `contact_name` string, nullable
    - `contact_phone` string, nullable
    - `country` string, nullable
    - `created_at` string, date-time, required
    - `credits_per_usd` number, double, required
    - `description` string, nullable
    - `id` integer, required
    - `name` string, required
    - `photo_url` string, nullable
    - `plan` string, required
    - `plan_metadata` unknown, required
    - `role` string, required
    - `stripe_customer_id` string, nullable

## Changes

- **2026-03-16** `eb2c08128881` — 3 breaking, 7 warning, 2 info
  - removed the required property `org/billing_suspended` from the response with the `200` status
  - removed the required property `org/overage_enabled` from the response with the `200` status
  - removed the required property `org/plan_cancel_at_period_end` from the response with the `200` status
  - removed the optional property `org/overage_cap_credits` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/get.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/70eefd95db9e/schema)
