---
title: "List Organizations"
method: GET
path: "/api/0/organizations/"
---

# List Organizations

`GET /api/0/organizations/`

Return list of all organizations the user has access to.

## Query parameters

- `owner` boolean, nullable
- `query` string, nullable
- `sortBy` string, nullable
- `limit` integer, nullable — Number of results to return per page.
- `cursor` string, nullable — The pagination cursor value.

## Response `200`

OK

- OrganizationSchema[]
  - `name` string, required — The name of the organization
  - `id` string, required
  - `dateCreated` string, date-time, required
  - `status` object
  - `avatar` object
  - `isEarlyAdopter` boolean
  - `require2fa` boolean
  - `slug` string, required — The name in all lowercase, suitable for URL identification
  - `isAcceptingEvents` boolean — Used for throttling at org level
  - `eventThrottleRate` integer — Probability (in percent) on how many events are throttled. Used for throttling at project level

---

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