BulkSendBatchStatus
Gets the general status of a specific bulk send batch.
View Specific Information
In order to make a successful request on this view, you must specify:
- BulkSendBatchId - Id of bulk send batch.
For example:
SELECT * FROM BulkSendBatchStatus where bulksendbatchid='2a554c07-6c-bccda356db31'
Columns
| Name | Type | References | Description |
| BulkSendBatchId | String | An identifier that can be used to retrieve a more detailed status of individual bulk recipient batches. | |
| BatchSize | Integer | The number of items returned in this response. | |
| EnvelopesUri | String | The Uri of the bulk envelopes. | |
| SubmittedDate | Datetime | The date the request is submitted. | |
| Sent | Integer | The number of entries with a status of sent. | |
| Failed | Integer | The number of entries with a status of failed. | |
| Queued | Integer | The number of entries with a status of queued. | |
| EnvelopeIdOrTemplateId | String | The EnvelopeId or TemplateId. | |
| Action | String | The action taken. | |
| ActionStatus | String | The status of the action taken. | |
| BatchName | String | The batch name. | |
| BulkErrors | String | Bulk errors. | |
| EnvelopesInfo | String | Envelopes Info. | |
| MailingListId | String | The ID of the mailing list used to create the batch. | |
| MailingListName | String | The name of the mailing list used to create the batch. | |
| OwnerUserId | String | The Owner's User Id. | |
| ResendsRemaining | String | The number of resends remaining. | |
| SenderUserId | String | The sender's User Id. |