> For the complete documentation index, see [llms.txt](https://docs.aquanow.io/cams/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquanow.io/cams/api-reference/files.md).

# Files

## Get Files

> Retrieves a file by its file path and returns it directly in the format specified by the file extension.

```json
{"openapi":"3.0.3","info":{"title":"Aquanow CAMS REST API","version":"1.0"},"servers":[{"url":"https://cams.aquanow.com/api","description":"production"},{"url":"http://localhost:3001/api","description":"local"},{"url":"https://cams.dev.aquanow.com/api","description":"dev"},{"url":"https://cams.staging.aquanow.com/api","description":"staging"},{"url":"https://cams.cert.aquanow.com/api","description":"cert"},{"url":"https://marketdata.aquanow.com","description":"production market data"},{"url":"https://marketdata.staging.aquanow.com","description":"staging market data"},{"url":"https://marketdata.dev.aquanow.com","description":"dev market data"}],"security":[{"Bearer":[]}],"components":{"securitySchemes":{"Bearer":{"type":"http","scheme":"bearer"}}},"paths":{"/v1/files/{filePath}":{"get":{"summary":"Get Files","description":"Retrieves a file by its file path and returns it directly in the format specified by the file extension.","tags":["Files"],"parameters":[{"name":"filePath","in":"path","required":true,"schema":{"type":"string"},"description":"The file path of the file to retrieve. The file extension determines the format of the returned file."}],"responses":{"200":{"description":"Successful response","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary","description":"The response contains the actual downloaded file in the format specified by the file path"}}}}},"operationId":"GetClientFiles"}}}}
```

##
