---
title: "Read custom property limits"
method: GET
path: "/crm/v3/limits/custom-properties"
tags: ["Basic"]
---

# Read custom property limits

`GET /crm/v3/limits/custom-properties`

Returns limits and usage per object for custom properties

## Response `200`

successful operation

- CustomPropertyLimitResponse
  - `byObjectType` LimitAndUsageForObjectType[], required
    - `limit` integer, required — The maximum allowed count for the object type.
    - `objectTypeId` string, required — The unique identifier for the object type.
    - `percentage` number, required — The percentage of the limit that has been used.
    - `pluralLabel` string, required — The plural label for the object type.
    - `singularLabel` string, required — The singular label for the object type.
    - `usage` integer, required — The current usage count for the object type.
  - `overallLimit` integer, required — The total limit for custom properties across all objects.
  - `overallPercentage` number, required — The percentage of the overall custom property limit that has been used.
  - `overallUsage` integer, required — The total number of custom properties currently in use across all objects.

## Other responses

- `default` — An error occurred.

## Changes

- **2026-08-17** (v3) `b4719c1fb2cc` — 1 info
  - endpoint added
- **2026-07-13** (v3) `b560b4a820fe` — 1 info
  - endpoint added
- **2026-07-13** (v3) `7587f02e9fed` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** (v3) `b560b4a820fe` — 1 breaking, 2 info
  - the `byObjectType/items/objectTypeId` response's property type changed from `object` to `string` for status `200`
  - the security scope `crm.objects.deals.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `crm.objects.products.read` was removed from the endpoint's security scheme `oauth2`
- **2026-06-15** (v3) `face228a1a28` — 1 breaking, 2 info
  - the `byObjectType/items/objectTypeId` response's property type changed from `string` to `object` for status `200`
  - the security scope `crm.objects.deals.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `crm.objects.products.read` was removed from the endpoint's security scheme `oauth2`

[Full history](https://skmtc.dev/hubspot/apis/crm-limits-tracking/changes/crm/v3/limits/custom-properties/get.md)

---

[API](https://skmtc.dev/hubspot/apis/crm-limits-tracking.md) · [All operations](https://skmtc.dev/hubspot/apis/crm-limits-tracking/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/crm-limits-tracking/revisions/b4719c1fb2cc/schema)
