---
title: "Retrieve a batch of subscription objects by IDs."
method: POST
path: "/crm/objects/2026-03/subscriptions/batch/read"
tags: ["Batch"]
---

# Retrieve a batch of subscription objects by IDs.

`POST /crm/objects/2026-03/subscriptions/batch/read`

Retrieve a batch of CRM subscription objects by their IDs, including specified properties and their histories.

## Query parameters

- `archived` boolean

## Request body

- CrmObjectsBatchReadInputSimplePublicObjectId — Specifies the input for reading a batch of CRM objects, including arrays of object IDs, requested property names (with optional history), and an optional unique identifying property.
  - `idProperty` string — When using a custom unique value property to retrieve records, the name of the property. Do not include this parameter if retrieving by record ID.
  - `inputs` CrmObjectsSimplePublicObjectId[], required
    - `id` string, required — The unique ID of the object.
  - `properties` string[], required — Key-value pairs for setting properties for the new object.
  - `propertiesWithHistory` string[], required — Key-value pairs for setting properties for the new object and their histories.

## Response `200`

successful operation

- CrmObjectsBatchResponseSimplePublicObject — A public object batch response object
  - `completedAt` string, date-time, required — The timestamp when the batch processing was completed, in ISO 8601 format.
  - `links` object — An object containing relevant links related to the batch request.
  - `requestedAt` string, date-time — The timestamp when the batch request was initially made, in ISO 8601 format.
  - `results` CrmSimplePublicObject[], required
    - `archived` boolean, required — Whether the object is archived.
    - `archivedAt` string, date-time — The timestamp when the object was archived, in ISO 8601 format.
    - `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 write request for 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 associated with the object.
  - `startedAt` string, date-time, required — The timestamp when the batch processing began, in ISO 8601 format.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The status of the batch processing request: "PENDING", "PROCESSING", "CANCELLED", or "COMPLETE"

## Other responses

- `207` — multiple statuses
- `default` — An error occurred.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-04-01** `e0403341222c` — 2 warning, 1 info
  - removed the optional property `errors` from the response with the `200` status
  - removed the optional property `numErrors` from the response with the `200` status
  - added the media type `application/json` for the response with the status `207`
- **2026-03-30** `dc2fdad57f7f` — 2 info
  - api operation id `post-/crm/objects/2026-03/subscriptions/batch/read_/crm/objects/2026-03/subscriptions/batch/read` removed and replaced with `post-/crm/objects/2026-03/subscriptions/batch/read`
  - added the success response with the status `207`
- **2026-03-25** `62586336cea2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/crm/objects/2026-03/subscriptions/batch/read/post.md)

---

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