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

---

[API](https://skmtc.net/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.net/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/versions/2e1079696f45/schema)
