---
title: "List indexed raw files"
method: GET
path: "/raw/files"
tags: ["Raw Search"]
---

# List indexed raw files

`GET /raw/files`

Return raw files that are done, non-duplicate and have indexed lines.

## Response `200`

Raw files listed successfully.

- RawFileAddedSummary[]
  - `id` integer, required — Identifier of the raw file.
  - `original_file_name` string, nullable — Original file name attached to the raw file.
  - `lines` integer, required — Number of lines indexed for the raw file.
  - `ingested_at` string, required — ISO timestamp indicating when the raw file was ingested.
  - `category` string, nullable — Category of the raw file (e.g. stealer-logs, database).

## Other responses

- `401` — Authentication required, or invalid/expired API key.
- `403` — Account banned, or pending email verification.
- `429` — Rate limit exceeded. See Retry-After / X-RateLimit-* headers.
- `503` — Raw search under maintenance, or public API temporarily disabled.

---

[API](https://skmtc.dev/leakradar/apis/leakradar-io-api.md) · [All operations](https://skmtc.dev/leakradar/apis/leakradar-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leakradar/leakradar-io-api/revisions/82a99c608e1a/schema)
