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

# List Companies

`GET /v1/hubspot/companies`

List companies from HubSpot.

## Query parameters

- `workspace_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- AppApiHubspotCompanyResponse[]
  - `id` string, required
  - `name` string, nullable
  - `industry` string, nullable
  - `description` string, nullable
  - `country` string, nullable
  - `city` string, nullable
  - `lead_status` string, nullable
  - `lifecycle_stage` string, nullable
  - `owner` string, nullable
  - `year_founded` string, nullable
  - `website_url` string, nullable
  - `created_date` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/0253dfbb31bc/schema)
