The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get project document metadata
3url: https://platform.claude.com/docs/en/api/compliance/apps/projects/documents/metadata
4---
5
16# Get project document metadata
27
38**GET** `/v1/compliance/apps/projects/documents/{document_id}/metadata`
from line 21
1621 The document ID (tagged ID, e.g., claude_proj_doc_abc123)
1722
1823## Headers
24
25- `"anthropic-version": optional string`
26
27 The version of the Claude API you want to use.
28
29 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
1930
2031- `"x-api-key": optional string`
2132