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

# List organizations

`GET /organizations`

Retrieves a list of all organizations. Each organization includes a `name`, an optional `parent` identifying its parent organization (forming a hierarchy), and a `description`. Returns **200 OK** with a list of organizations in the response body.

## Response `200`

OK

- ListOrganizationsResponse
  - `httpResponse` HttpResponse
    - `httpCode` integer
    - `body` string
  - `data` Organization[]
    - `parent` string
    - `name` string
    - `description` string

---

[API](https://skmtc.net/griaule/apis/gbds-api.md) · [All operations](https://skmtc.net/griaule/apis/gbds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griaule/gbds-api/revisions/fa80f482ec5e/schema)
