---
title: "List Organizations"
method: GET
path: "/platform/organizations"
---

# List Organizations

`GET /platform/organizations`

Lists all organizations created by your master organization. Supports pagination.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Organizations retrieved successfully

- ListOrganizationsResponse
  - `list` PlatformOrganization[]
    - `slug` string — Organization slug (without master org prefix).
    - `name` string — Organization name.
    - `created_at` number — Timestamp (milliseconds since epoch) when the organization was created.
  - `total` number — Total number of organizations returned.
  - `limit` number — Limit used in the query.
  - `offset` number — Offset used in the query.

## Other responses

- `403` — Platform feature not enabled

---

[API](https://skmtc.net/useautumn/apis/autumn-api.md) · [All operations](https://skmtc.net/useautumn/apis/autumn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useautumn/autumn-api/versions/29536933c0dc/schema)
