---
title: "Download ReelAPI Log Files"
method: GET
path: "/api/v1/logs/download"
tags: ["v1", "utility"]
---

# Download ReelAPI Log Files

`GET /api/v1/logs/download`

Download a ZIP archive containing all ReelAPI log files.

This endpoint creates and returns a compressed archive of all available log files from the ReelAPI system for:

Archive files use the format: `reelapi_logs_YYYYMMDD_HHMMSS.zip`. Timezone is in UTC.

## Response `200`

ZIP archive containing ReelAPI log files

## Other responses

- `401` — Could not validate credentials
- `404` — No log files found
- `500` — Internal server error

---

[API](https://skmtc.net/reach-systems-tech/apis/reelapi-v1.md) · [All operations](https://skmtc.net/reach-systems-tech/apis/reelapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reach-systems-tech/reelapi-v1/versions/1dd366a9c6a3/schema)
