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

---

[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/ea6421d829f1/schema)
