---
title: "Get Organization"
method: GET
path: "/api/v2/organizations/{organization_id}"
tags: ["V2", "Organizations"]
---

# Get Organization

`GET /api/v2/organizations/{organization_id}`

Get an organization by ID.

## Path parameters

- `organization_id` string, uuid, required

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- OrganizationResponse — API response schema for an organization.
  - `id` string, required — The organization's unique identifier.
  - `created_at` string, date-time, nullable — Creation datetime
  - `updated_at` string, date-time, nullable — Update datetime
  - `name` string, required — The organization's display name.

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-09** `b17341164de9` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-05-27** `1c29e1491a38` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/run-llama/apis/llama-platform/changes/api/v2/organizations/:organization_id/get.md)

---

[API](https://skmtc.dev/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.dev/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/b17341164de9/schema)
