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

# List Companies

`GET /companies`

Retrieve an ordered and paginated list of existing **Companies**.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- SimpleCompanies
  - `companies` SimpleCompany[]
    - `id` string
    - `name` string
    - `legal_name` string
    - `business_email` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
