---
title: "Get Chunk Metadata"
method: GET
path: "/v3/collections/{collection_name}/chunks/{chunk_id}/metadata"
tags: ["file-search"]
---

# Get Chunk Metadata

`GET /v3/collections/{collection_name}/chunks/{chunk_id}/metadata`

Return custom metadata attached to a chunk.

## Path parameters

- `collection_name` string, required
- `chunk_id` string, required

## Response `200`

Get Chunk Metadata response.

- ChunkMetadataResponseV3
  - `chunk_id` string, required
  - `metadata` ChunkMetadataResponseV3Metadata
  - `updated_at` string, nullable

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Collection is inactive.
- `404` — Collection not found.

---

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