---
title: "Get Hubspot Companies"
method: GET
path: "/admin/hubspot/companies"
---

# Get Hubspot Companies

`GET /admin/hubspot/companies`

## Query parameters

- `query` string, required

## Headers

- `Authorization` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- HubspotCompany[]
  - `id` string, required
  - `properties` Properties, required
    - `domain` string, nullable
    - `name` string, nullable
    - `converge_workspaces` string, nullable
    - `converge_organization` string, nullable
    - `success_dashboard_link` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `archived` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
