# Chapter 5.3.11 - Geo Batch Log Item

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

-   [Previous](/communications/dev-guide_rest_v2/reference/geo-batch-log/)
-   [Next](/communications/dev-guide_rest_v2/reference/service-info/)

### Geo Batch Log Item

The `GeoBatchLogItem` object contains the **processing details** for an uploaded Geo Batch file:

Key

Value

`Date`

`[datetime]` DateTime of log item

`Status`

`[string]` Status of log item

`Message`

`[string]` Message of log item

### Example

```json
{ "Date": "2019-10-23T19:17:06.843", "Status": "Informational", "Message": "Process Completed [ProcessId: 999999]."}
```

-   [Previous](/communications/dev-guide_rest_v2/reference/geo-batch-log/)
-   [Next](/communications/dev-guide_rest_v2/reference/service-info/)