---
title: "Fetch metadata for a raw entry"
method: GET
path: "/container/file_info"
tags: ["Raw Search"]
---

# Fetch metadata for a raw entry

`GET /container/file_info`

Return the stored metadata for a raw entry located in the container tree.

## Query parameters

- `container_id` integer, required — Container identifier.
- `entry_path` string, required — Path of the entry inside the container.

## Response `200`

Entry metadata returned successfully.

- RawFileInfoResponse
  - `container_id` string, required — Identifier of the container that owns the entry.
  - `entry_path` string, required — Entry path looked up in the index.
  - `entry_name` string, nullable — Base name of the entry, when known.
  - `size_bytes` integer, nullable — Size of the entry in bytes, if provided by the index.
  - `sha256_original` string, nullable — SHA-256 hash of the original raw file, when known.

## Other responses

- `401` — Authentication required, or invalid/expired API key.
- `403` — Account banned, or pending email verification.
- `404` — Entry not found in the index.
- `422` — Validation Error
- `429` — Rate limit exceeded. See Retry-After / X-RateLimit-* headers.
- `500` — Search error.
- `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)
