# Chapter 5.3.10 - Geo Batch Log

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/geo-batch-log/

-   [Previous](/communications/dev-guide_rest_v2/reference/geo-batch-download-response/)
-   [Next](/communications/dev-guide_rest_v2/reference/geo-batch-log-item/)

### Geo Batch Log

The `GeoBatchLog` object contains the **Geo Batch Log** information for an uploaded Geo Batch file:

Key

Value

`Log`

[`[GeoBatchLogItem]`](/communications/dev-guide_rest_v2/reference/geo-batch-log-item/) Geo Batch Log Item  

Log of provided Geo Batch Process Id  

`err`

[`[Error]`](/communications/dev-guide_rest_v2/reference/error-response/) Error  

Contains information about any errors returned (as applicable)  

### Example

```json
{ "Log": [ { // Geo Batch Log Item } ]}
```

-   [Previous](/communications/dev-guide_rest_v2/reference/geo-batch-download-response/)
-   [Next](/communications/dev-guide_rest_v2/reference/geo-batch-log-item/)