---
title: "List all organizations"
method: GET
path: "/organization/v1/orgs"
tags: ["Organization"]
---

# List all organizations

`GET /organization/v1/orgs`

Returns a list of all organizations.

## Query parameters

- `pageToken` string

## Response `200`

Success

- ListOrgResponse — ListOrgResponse is the response schema for ListOrg
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `orgs` OrgResponse[]
    - `id` integer — The ID of the organization.
    - `organizationName` string — The name of the organization.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
