---
title: "Read association label limits"
method: GET
path: "/crm/limits/2026-03/associations/labels"
tags: ["Basic"]
---

# Read association label limits

`GET /crm/limits/2026-03/associations/labels`

Returns limits and usage for custom association labels

## Query parameters

- `fromObjectTypeId` string
- `toObjectTypeId` string

## Response `200`

successful operation

- CrmLimitsCollectionResponseAssociationLabelLimitResponseNoPaging
  - `results` CrmLimitsAssociationLabelLimitResponse[], required
    - `allLabels` string[], required — A list of all association labels.
    - `fromObjectType` CrmLimitsObjectTypeDefinition, required
      - `objectTypeId` string, required — The unique identifier for the object type.
      - `pluralLabel` string, required — The plural form label for the object type.
      - `singularLabel` string, required — The singular form label for the object type.
    - `limit` integer, required — The maximum number of association labels allowed.
    - `percentage` number, required — The percentage of the association label limit that has been used.
    - `toObjectType` CrmLimitsObjectTypeDefinition, required
      - `objectTypeId` string, required — The unique identifier for the object type.
      - `pluralLabel` string, required — The plural form label for the object type.
      - `singularLabel` string, required — The singular form label for the object type.
    - `usage` integer, required — The current number of association labels used.

## 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/revisions/f9c7181056c5/schema)
