---
title: "Get all companies"
method: GET
path: "/companies"
tags: ["Companies"]
---

# Get all companies

`GET /companies`

## Query parameters

- `filters` string
- `linkedContactsIds` integer
- `linkedDealsIds` string, objectID
- `page` integer
- `limit` integer
- `sort` 'asc' | 'desc'
- `sortBy` string

## Response `200`

Returns companies list with filters

- CompaniesList — List of companies
  - `items` Company[] — List of compaies
    - `id` string — Unique company id
    - `attributes` object — Company attributes with values
    - `linkedContactsIds` integer[] — Contact ids for contacts linked to this company
    - `linkedDealsIds` string[] — Deals ids for companies linked to this company

## Other responses

- `400` — Returned when query params are invalid

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
