> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/api-reference-indexer/artifacts.md).

# Artifacts

## Download file by id

> Streamed via chunked NATS

```json
{"openapi":"3.2.0","info":{"title":"Guardian","version":"3.7.1-rc"},"servers":[{"url":"/api/v1","description":"version 1.0"}],"paths":{"/artifacts/files/{fileId}":{"get":{"description":"Streamed via chunked NATS","operationId":"ArtifactApi_downloadFile","parameters":[{"name":"fileId","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"Raw file contents (streamed)"},"500":{"description":"Internal server error"}},"summary":"Download file by id","tags":["artifacts"]}}}}
```
