Find a specific batch
GET {{baseUrl}}/campaigns/batches/:id?fields=<string>
Returns a single Batch instance for a given batch id. This API is useful for determining the state of a validating batch
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |