---
title: "List Hubspot Owners"
method: GET
path: "/integrations/hubspot/owners"
tags: ["hubspot-metadata"]
---

# List Hubspot Owners

`GET /integrations/hubspot/owners`

List HubSpot owners (users) for owner/agent selection.

Returns a status envelope so the UI can distinguish an empty result from an
actionable connection problem — not connected, a stale token needing a
reconnect, or a missing `crm.objects.owners.read` scope — and prompt the
user accordingly instead of silently showing an empty dropdown.

## Response `200`

Successful Response

- HubSpotOwnersResponse — Owner list plus a health status for graceful UI degradation.
  - `status` 'ok' | 'not_connected' | 'reconnect_required' | 'missing_owners_scope' | 'unavailable', required
  - `owners` HubSpotOwner[], required
    - `id` string, required
    - `actor_id` string, required
    - `email` string, nullable, required
    - `first_name` string, required
    - `last_name` string, required
    - `display_name` string, nullable, required
  - `message` string, nullable

---

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