The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get project details
3url: https://platform.claude.com/docs/en/api/compliance/apps/projects/retrieve
4---
5
16# Get project details
27
38**GET** `/v1/compliance/apps/projects/{project_id}`
from line 16
1116 The project ID (tagged ID, e.g., claude_proj_abc123)
1217
1318## Headers
19
20- `"anthropic-version": optional string`
21
22 The version of the Claude API you want to use.
23
24 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
1425
1526- `"x-api-key": optional string`
1627