---
title: "GET all organizations paged"
method: GET
path: "/v1/organizations"
tags: ["Organizations"]
---

# GET all organizations paged

`GET /v1/organizations`

Access paged organizations.

## Query parameters

- `limit` integer
- `pageNumber` integer
- `sortBy` 'uuid' | 'parentOrganization' | 'name'
- `reverse` boolean

## Response `200`

Successful operation.

- ApiPageOrganizationDto
  - `items` OrganizationDto[]
    - `uuid` string, uuid
    - `parentOrganization` string, uuid
    - `name` string
  - `page` ApiPageInformation
    - `pageNumber` integer
    - `limit` integer
  - `totalItems` integer

## Other responses

- `400` — Bad request - information on the invalid fields will be provided in the response body

---

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