---
title: "Batch retrieve subscription statuses"
method: POST
path: "/communication-preferences/2026-03/statuses/batch/read"
tags: ["Batch"]
---

# Batch retrieve subscription statuses

`POST /communication-preferences/2026-03/statuses/batch/read`

Batch retrieve subscription statuses for a set of contacts.

## Query parameters

- `channel` 'EMAIL', required
- `businessUnitId` integer

## Request body

- BatchInputString
  - `inputs` string[], required — Strings to input.

## Response `200`

successful operation

- CommunicationPreferencesBatchResponsePublicStatusBulkResponse
  - `completedAt` string, date-time, required — The date and time when the batch process was completed.
  - `links` object — A collection of related links associated with the batch response.
  - `requestedAt` string, date-time — The date and time when the batch request was made.
  - `results` CommunicationPreferencesPublicStatusBulkResponse[], required — The array of results from the batch process, each containing subscription status information.
    - `statuses` CommunicationPreferencesPublicStatus[], required — An array of subscription status objects for the contact.
      - `businessUnitId` integer — The ID of the business unit associated with the subscription.
      - `channel` 'EMAIL', required — The type of communication channel, with 'EMAIL' as the only supported option.
      - `legalBasis` 'CONSENT_WITH_NOTICE' | 'LEGITIMATE_INTEREST_CLIENT' | 'LEGITIMATE_INTEREST_OTHER' | 'LEGITIMATE_INTEREST_PQL' | 'NON_GDPR' | 'PERFORMANCE_OF_CONTRACT' | 'PROCESS_AND_STORE' — The legal basis for communication, with options including 'LEGITIMATE_INTEREST_PQL', 'LEGITIMATE_INTEREST_CLIENT', 'PERFORMANCE_OF_CONTRACT', 'CONSENT_WITH_NOTICE', 'NON_GDPR', 'PROCESS_AND_STORE', and 'LEGITIMATE_INTEREST_OTHER'.
      - `legalBasisExplanation` string — An explanation for the legal basis used for communication.
      - `setStatusSuccessReason` 'NO_STATUS_CHANGE' | 'REQUESTED_CHANGE_OCCURRED' | 'RESUBSCRIBE_OCCURRED' | 'UNSUBSCRIBE_FROM_ALL_OCCURRED' — The reason for the successful change in subscription status, such as 'RESUBSCRIBE_OCCURRED' or 'NO_STATUS_CHANGE'.
      - `source` string, required — The origin or method through which the subscription status was set.
      - `status` 'NOT_SPECIFIED' | 'SUBSCRIBED' | 'UNSUBSCRIBED', required — The current subscription status of the contact, which can be 'SUBSCRIBED', 'UNSUBSCRIBED', or 'NOT_SPECIFIED'.
      - `subscriberIdString` string, required — The contact's email address.
      - `subscriptionId` integer, required — The unique identifier of the subscription.
      - `subscriptionName` string — The name of the subscription.
      - `timestamp` string, date-time, required — The date and time when the subscription status was last updated.
    - `subscriberIdString` string, required — The email address of the contact.
  - `startedAt` string, date-time, required — The date and time when the batch process began.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The current status of the batch process, with possible values: PENDING, PROCESSING, CANCELED, COMPLETE.

## 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/versions/f9c7181056c5/schema)
