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

# Fetch Organization Details

`GET /organizations/{organization_id}`

Return the details of the organization.

## Path parameters

- `organization_id` string, required

## Response `200`

Successful Response

- OrganizationDetails
  - `id` string, required
  - `slug` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `flags` object, nullable
  - `tags` object, nullable
  - `meta` object, nullable
  - `owner_id` string, required
  - `members` string[]
  - `invitations` unknown[]
    - unknown
  - `workspaces` string[]
  - `default_workspace` object, nullable

## Other responses

- `422` — Validation Error

## Changes

> 359 revisions in range; 4 could not be searched.

- **2026-07-25** `5a14788d939f` — 1 breaking
  - the `owner_id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
- **2026-05-02** `6e37373d45fe` — 2 info
  - api tag `Organizations` added
  - api tag `Organization` removed
- **2026-02-13** `72fe88316d15` — 5 breaking, 1 warning, 9 info
  - the response property `description` became optional for the status `200`
  - the response property `name` became optional for the status `200`
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …11 more
- **2025-06-27** `e3e84db47198` — 1 breaking, 8 warning, 8 info
  - removed the required property `owner_id` from the response with the `200` status
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - removed the optional property `flags` from the response with the `200` status
  - …13 more

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/organizations/:organization_id/get.md)

---

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