---
title: "Get the specified Organization."
method: GET
path: "/orgs/{orgId}"
tags: ["public", "Organization"]
---

# Get the specified Organization.

`GET /orgs/{orgId}`

## Path parameters

- `orgId` string, required

## Response `200`

Returns organization details.

- OrganizationResponse — An Organization is the top level object in Humanitec. All other objects belong to an Organization.
  - `created_at` string, date-time, nullable, required — Timestamp when the Organization was created.
  - `created_by` string, required — User ID that created the Organization.
  - `id` string, required — Unique ID for the Organization.
  - `logo` LogoResponse, required
    - `dark_url` string
    - `light_url` string
  - `name` string, required — Human friendly name for the Organization.
  - `trial_expires_at` string, date-time, nullable, required — Timestamp the trial expires at.
  - `scaffolding_url` string, nullable — URL of the scaffolding service.

## Other responses

- `403` — Server understands the request but refuses to authorize it.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
