---
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

---

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