---
title: "Retrieve companies for an account"
method: GET
path: "/accounts/{id}/companies"
tags: ["accounts"]
---

# Retrieve companies for an account

`GET /accounts/{id}/companies`

Returns a paginated list of companies associated with the specified account.

## Path parameters

- `id` string, required

## Query parameters

- `search` string
- `limit` integer
- `page` integer

## Headers

- `Authorization` string, required
- `X-Api-Key` string, required
- `X-API-Version` string

## Response `200`

Successful response with paginated company list

- AccountsGetAccountsIdCompaniesResponse200
  - `count` integer
  - `page` integer
  - `limit` integer
  - `results` CompanyObject[]
    - `id` integer, required
    - `name` string, required
    - `location_count` integer
    - `plan` string

## Other responses

- `403` — Forbidden - Access denied or insufficient permissions

## Changes

- **2026-08-19** `c0b5cf6c7a72` — 1 info
  - added the non-success response with the status `403`
- **2026-08-17** `c231509a03cf` — 2 breaking
  - for the `query` request parameter `limit`, default value `50` was added
  - for the `query` request parameter `page`, default value `1` was added

[Change history](https://skmtc.dev/ottimate/apis/api-reference/changes/accounts/:id/companies/get.md)

---

[API](https://skmtc.dev/ottimate/apis/api-reference.md) · [All operations](https://skmtc.dev/ottimate/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ottimate/api-reference/revisions/ba91ff4c6969/schema)
