---
title: "Retrieve details of a specific partner client."
method: GET
path: "/crm/objects/2026-03/partner_clients/{partnerClientId}"
tags: ["Basic"]
---

# Retrieve details of a specific partner client.

`GET /crm/objects/2026-03/partner_clients/{partnerClientId}`

Retrieve detailed information about a specific partner client, including selected properties and associations. This endpoint is useful for accessing comprehensive client data for analysis or integration purposes.

## Path parameters

- `partnerClientId` string, required

## Query parameters

- `archived` boolean
- `associations` string[]
- `idProperty` string
- `properties` string[]
- `propertiesWithHistory` string[]

## Response `200`

successful operation

- CrmObjectsSimplePublicObjectWithAssociations — Represents a CRM object along with its properties, timestamps, and a set of associated object IDs grouped by association type.
  - `archived` boolean, required — Whether the object is archived.
  - `archivedAt` string, date-time — The timestamp when the object was archived, in ISO 8601 format.
  - `associations` object — A list defining relationships with other objects.
  - `createdAt` string, date-time, required — The timestamp when the object was created, in ISO 8601 format.
  - `id` string, required — The unique ID of the object.
  - `objectWriteTraceId` string — An identifier used for tracing the creation or update request of the object.
  - `properties` object, required — Key value pairs representing the properties of the object.
  - `propertiesWithHistory` object — Key-value pairs representing the properties of the object along with their history.
  - `updatedAt` string, date-time, required — The timestamp when the object was last updated, in ISO 8601 format.
  - `url` string — The URL on the API that provide direct navigation to the corresponding UI pages for the connectors.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
