---
title: "Crawler run file"
method: GET
path: "/1/crawlers/{id}/{logId}/download"
tags: ["crawler"]
---

# Crawler run file

`GET /1/crawlers/{id}/{logId}/download`

The Crawler Logs file lets you monitor and debug your crawler’s activity by recording
detailed logs for each crawl run. Logs are useful for troubleshooting crawl issues,
verifying site coverage, and monitoring crawler performance over time.

## Path parameters

- `id` string, required — Universally unique identifier (UUID) of the crawler.
- `logId` string, required — Universally unique identifier (UUID) of the crawler log.

## Response `200`

Get Crawler File Response.

- object
  - `file` string, required

## Other responses

- `400` — Invalid request.
- `401` — Authorization information is missing or invalid.
- `403` — The user doesn't have enough rights on the specified Crawler, or it doesn't exists.

---

[API](https://skmtc.net/algolia/apis/crawler-api.md) · [All operations](https://skmtc.net/algolia/apis/crawler-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/algolia/crawler-api/versions/7f1df3bfe8bd/schema)
