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

# 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
  - `name` string, required
  - `owner` string, required
  - `description` string, required
  - `type` string, nullable
  - `workspaces` string[]

## Changes

- **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/e3e84db47198/schema)
