RocketCOMS

Download Batch Messages

Download a CSV file containing the sent messages for a batch. The CSV contains the GET /v1/batches/{id}/report return fields. For details, see List All Message for a Batch.

Endpoint

GET /v1/batches/{id}/report/csv

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

id  REQUIRED

string (UUID)

Unique ID assigned to the batch.

Request Body

None

Returns

If successful, returns 200 Download CSV.

SAMPLE RESPONSE

				
					{
  200 Download CSV
}