---
title: "GET /crm/companies"
method: GET
path: "/crm/companies"
tags: ["CrmCompany"]
---

# GET /crm/companies

`GET /crm/companies`

Get all the companies

## Query parameters

- `fields` string, nullable
- `associations` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable

## Response `200`

- CrmGetCompaniesResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` CommonCompany[], required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
