---
title: "Get Organization"
method: GET
path: "/v0/organizations/{organization_id}"
tags: ["Organizations"]
---

# Get Organization

`GET /v0/organizations/{organization_id}`

Get details of a specific organization.

## Path parameters

- `organization_id` integer, required

## Response `200`

Successful Response

- OrganizationResponse — Schema for organization response.
  - `id` integer, required
  - `name` string, required
  - `owner_id` string, required
  - `image` string, nullable
  - `timezone` string, nullable
  - `free_trial` boolean
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
