---
title: "List Organizations"
method: GET
path: "/organizations"
tags: ["Organizations"]
---

# List Organizations

`GET /organizations`

Returns a list of organizations associated with the user's session.

Returns:
    list[Organization]: A list of organizations associated with the user's session.

Raises:
    HTTPException: If there is an error retrieving the organizations from the database.

## Response `200`

Successful Response

- Organization[]
  - `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[]

## Changes

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

- **2025-06-27** `e3e84db47198` — 1 breaking, 6 warning, 8 info
  - removed the required property `items/owner_id` from the response with the `200` status
  - removed the optional property `items/flags` from the response with the `200` status
  - removed the optional property `items/invitations` from the response with the `200` status
  - removed the optional property `items/members` from the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/organizations/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)
