---
title: "Gets the status of a specific bulk send batch."
method: GET
path: "/v2.1/accounts/{accountId}/bulk_send_batch/{bulkSendBatchId}"
tags: ["BulkSend"]
---

# Gets the status of a specific bulk send batch.

`GET /v2.1/accounts/{accountId}/bulk_send_batch/{bulkSendBatchId}`

Gets the general status of a specific bulk send batch such as:

- number of successes
- number pending
- number of errors

The `bulkErrors` property of the response object contains more information about the errors.

### Related topics

- [How to bulk send envelopes](/docs/esign-rest-api/how-to/bulk-send-envelopes/)

## Path parameters

- `accountId` string, required
- `bulkSendBatchId` string, required

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
