---
title: "List Companies"
method: GET
path: "/v1/companies"
---

# List Companies

`GET /v1/companies`

This API endpoint retrieves the list of companies.<br><br>You can use the query params to filter a subset of companies who match specific field values.

## Query parameters

- `name` string
- `isPlaceholder` boolean
- `nextToken` string
- `limit` integer

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `object` string
    - `createdAt` string
    - `name` string
    - `fallbackColor` string
    - `iconImageUrl` string
    - `isPlaceholder` boolean
    - `customFields` object
      - `phoneNumber` string
      - `tags` string[]
      - `address` object
        - `country` string
        - `region` string
        - `postalCode` string
        - `addressLine1` string
        - `addressLine2` string
        - `city` string
        - `fullAddress` string
      - `email` string
      - `text` string
      - `url` string
      - `number` number
  - `nextToken` string

## Other responses

- `403` — 403

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
