---
title: "Company Get All"
method: GET
path: "/companies/"
tags: ["COMPANY"]
---

# Company Get All

`GET /companies/`

Get all companies. This operation is allowed only in the root domain.

## Query parameters

- `search` string
- `sortOrder` string
- `sortColumn` string
- `page` integer — Page number
- `size` integer — Page size

## Response `200`

Successful Response

- PageCompanyIndexResponse
  - `items` CompanyIndexResponse[], required
    - `name` string, nullable
    - `country` string, nullable
    - `uuid` string, uuid, required
    - `created_at` string, date-time, nullable
    - `existence_time` string, nullable
  - `total` integer, nullable, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

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