---
title: "POST /deal-splits/2026-09/batch/read"
method: POST
path: "/deal-splits/2026-09/batch/read"
tags: ["Batch"]
---

# POST /deal-splits/2026-09/batch/read

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

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

- BatchResponseDealToDealSplits
  - `completedAt` string, date-time, required — The timestamp indicating when the batch operation was completed, in date-time format.
  - `errors` StandardError[]
    - `category` string, required — The error category
    - `context` object, required — Context about the error condition
    - `errors` ErrorDetail[], required — The detailed error objects.
      - `code` string — The status code associated with the error detail
      - `context` object — Context about the error condition
      - `in` string — The name of the field or parameter in which the error was found.
      - `message` string, required — A human readable message describing the error along with remediation steps where appropriate
      - `subCategory` string — A specific category that contains more specific detail about the error
    - `id` string — The id of the error
    - `links` object, required — A map of link names to associated URIs containing documentation about the error or recommended remediation steps
    - `message` string, required — The error message
    - `status` string, required — A human readable message describing the error along with remediation steps where appropriate
    - `subCategory` object — A specific category that contains more specific detail about the error
  - `links` object — A map of link names to associated URIs for additional resources or documentation.
  - `numErrors` integer
  - `requestedAt` string, date-time — The timestamp indicating when the batch operation was requested, in date-time format.
  - `results` DealToDealSplits[], 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` SimplePublicObject[], 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

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-deal-splits.md) · [All operations](https://skmtc.net/hubspot/apis/crm-deal-splits/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-deal-splits/revisions/021d381c9bb2/schema)
