---
title: "Returns a paged list of the caller's organizations, each with the caller's role."
method: GET
path: "/organizations"
tags: ["Organization"]
---

# Returns a paged list of the caller's organizations, each with the caller's role.

`GET /organizations`

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `name` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `slug` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QueryOrganizationsEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryOrganizationsEndpointOutput[], required
    - `id` string, required — The id of the organization.
    - `name` string, required — The human-readable name of the organization.
    - `slug` string, required — The URL-safe unique identifier of the organization.
    - `role` 'Owner' | 'Admin' | 'Editor' | 'Viewer', required
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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