---
title: "Read a batch of deal split objects by their associated deal object internal ID"
method: POST
path: "/deal-splits/2026-03/batch/read"
tags: ["Batch"]
---

# Read a batch of deal split objects by their associated deal object internal ID

`POST /deal-splits/2026-03/batch/read`

Read a batch of deal split objects by their associated deal object internal ID

## Request body

- BatchInputPublicObjectId
  - `inputs` PublicObjectId[], required — An array of deal split inputs
    - `id` string, required — The unique identifier for the public object.

## Response `200`

successful operation

- CrmDealSplitsBatchResponseDealToDealSplits
  - `completedAt` string, date-time, required — The timestamp indicating when the batch operation was completed, in date-time format.
  - `links` object — A map of link names to associated URIs for additional resources or documentation.
  - `requestedAt` string, date-time — The timestamp indicating when the batch operation was requested, in date-time format.
  - `results` CrmDealSplitsDealToDealSplits[], required — An array of deal-to-deal split objects representing the results of the batch operation.
    - `id` string, required — The unique identifier for the deal associated with the deal splits.
    - `splits` CrmSimplePublicObject[], required — An array of deal split objects, each representing a portion of the deal assigned to an owner.
      - `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 indicating when the batch operation started, in date-time format.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The current status of the batch operation, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

## Other responses

- `207` — multiple statuses
- `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)
