---
title: "Read pipeline limits"
method: GET
path: "/crm/limits/2026-03/pipelines"
tags: ["Basic"]
---

# Read pipeline limits

`GET /crm/limits/2026-03/pipelines`

Returns limits and usage per object for pipelines

## Response `200`

successful operation

- CrmLimitsPipelineLimitResponse
  - `customObjectTypes` CrmLimitsCustomObjectRecordLimitResponse, required
    - `byObjectType` CrmLimitsUsageForObjectType[], required
      - `objectTypeId` string, required — The unique identifier for the object type.
      - `pluralLabel` string, required — The plural form of the label for the object type.
      - `singularLabel` string, required — The singular form of the label for the object type.
      - `usage` integer, required — The number of records used for the object type.
    - `overallLimit` integer, required — The maximum number of custom object records allowed.
    - `overallPercentage` number, required — The percentage of the overall custom object record limit that has been used.
    - `overallUsage` integer, required — The total number of custom object records currently in use.
  - `hubspotDefinedObjectTypes` CrmLimitsLimitAndUsageForObjectType[], 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.

## 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)
