---
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

---

[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)
