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

# Read association label limits

`GET /crm/v3/limits/associations/labels`

Returns limits and usage for custom association labels

## Query parameters

- `fromObjectTypeId` string
- `toObjectTypeId` string

## Response `200`

successful operation

- CollectionResponseAssociationLabelLimitResponseNoPaging
  - `results` AssociationLabelLimitResponse[], required
    - `allLabels` string[], required — A list of all association labels.
    - `fromObjectType` ObjectTypeDefinition, 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` ObjectTypeDefinition, 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/crm-limits-tracking.md) · [All operations](https://skmtc.net/hubspot/apis/crm-limits-tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-limits-tracking/revisions/b4719c1fb2cc/schema)
