---
title: "List CommonCrawl dump paths"
method: GET
path: "/services/commoncrawldump/{crawlId}"
tags: ["Services"]
---

# List CommonCrawl dump paths

`GET /services/commoncrawldump/{crawlId}`

Lists the dump file paths for a given crawl ID.

## Path parameters

- `crawlId` string, required

## Response `200`

Service information containing the list of dump paths.

- ServiceInfo — Information returned by service operations.
  - `dumpPaths` string[], required — List of file paths for the dump output.

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/apache/apis/apache-nutch-rest-api.md) · [All operations](https://skmtc.dev/apache/apis/apache-nutch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-nutch-rest-api/revisions/e67af5b75ede/schema)
