---
title: "Get Organizations"
method: GET
path: "/api/organization"
tags: ["Organization"]
---

# Get Organizations

`GET /api/organization`

Get organizations.

## Response `200`

Successful Response

- OrganizationSchema[]
  - `id` string, uuid, required
  - `owner_id` string, uuid, required
  - `name` string, nullable — Optional name of the organization.
  - `description` string, nullable — Optional description of the organization.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
