> For the complete documentation index, see [llms.txt](https://docs.globalalerting.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globalalerting.com/web-api/data-logs.md).

# Data Logs

## Returns a zip file of the logs generated on that day

> GET	'tenantCode/datalogs/2015-03-01-2000'

```json
{"openapi":"3.0.4","info":{"title":"GAP REST API Documentation V2","version":"v2"},"tags":[{"name":"Data Logs"}],"paths":{"/V2/{tenantVarCode}/datalogs/{logDate}":{"get":{"tags":["Data Logs"],"summary":"Returns a zip file of the logs generated on that day","description":"GET\t'tenantCode/datalogs/2015-03-01-2000'","parameters":[{"name":"tenantVarCode","in":"path","description":"Tenant Var Code","required":true,"schema":{"type":"string"}},{"name":"logDate","in":"path","description":"Log date in format YYYY-MM-DD-HHHH","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string","format":"byte"}},"application/json;IEEE754Compatible=false":{"schema":{"type":"string","format":"byte"}},"application/json;IEEE754Compatible=true":{"schema":{"type":"string","format":"byte"}},"application/xml":{"schema":{"type":"string","format":"byte"}},"text/plain":{"schema":{"type":"string","format":"byte"}},"application/octet-stream":{"schema":{"type":"string","format":"byte"}},"text/json":{"schema":{"type":"string","format":"byte"}},"text/xml":{"schema":{"type":"string","format":"byte"}},"text/csv":{"schema":{"type":"string","format":"byte"}}}}}}}}}
```
