# Chapter 5.3.9 - Geo Batch Download Response

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

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

### Geo Batch Download Response

The `GeoBatchDownloadResponse` object contains the **download details** for an uploaded Geo Batch file:

Key

Value

`InputFile`

`[string]` Input File name

`InputFileDownload`

`[string]` Input File download path

`OutputFile`

`[string]` Output File name

`OutputFileDownload`

`[string]` Output File download path

### Example

```json
{ "InputFile": "SampleAddressFile.csv", "InputFileDownload": "https://path.to.input.file", "OutputFile": "SampleAddressFile_output.zip", "OutputFileDownload": "https://path.to.output.file"}
```

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