---
title: "Batch retrieve contacts who have opted out of all communications"
method: POST
path: "/communication-preferences/2026-03/statuses/batch/unsubscribe-all/read"
tags: ["Batch"]
---

# Batch retrieve contacts who have opted out of all communications

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

Checks whether a set of contacts have opted out of all communications.

## Query parameters

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

## Request body

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

## Response `200`

successful operation

- CommunicationPreferencesBatchResponsePublicWideStatusBulkResponse
  - `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` CommunicationPreferencesPublicWideStatusBulkResponse[], required — The array of results from the batch process, each containing subscription status information.
    - `subscriberIdString` string, required — The contact's email address.
    - `wideStatuses` CommunicationPreferencesPublicWideStatus[], required — An array containing the wide status results for the operation.
      - `businessUnitId` integer — The ID of the business unit associated with the status.
      - `channel` 'EMAIL', required — The type of communication channel, with 'EMAIL' as the only supported option.
      - `status` 'NOT_SPECIFIED' | 'SUBSCRIBED' | 'UNSUBSCRIBED', required — The subscription status of the contact, which can be 'SUBSCRIBED', 'UNSUBSCRIBED', or 'NOT_SPECIFIED'.
      - `subscriberIdString` string, required — The email address of the contact.
      - `timestamp` string, date-time, required — The date and time when the status was recorded.
      - `wideStatusType` 'BUSINESS_UNIT_WIDE' | 'PORTAL_WIDE', required — The type of wide status, which can be 'PORTAL_WIDE' or 'BUSINESS_UNIT_WIDE'.
  - `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/revisions/f9c7181056c5/schema)
