Files
Get file metadata
GET/v1/compliance/apps/chats/files/{claude_file_id}
Delete file
DELETE/v1/compliance/apps/chats/files/{claude_file_id}
Download file content
GET/v1/compliance/apps/chats/files/{claude_file_id}/content
Models
Returns metadata only. Use the sibling /content endpoint to download
the file bytes.
Lowercase hex MD5 of the file's preferred downloadable variant, as recorded at upload time. Null when no stored hash is available. The sibling /content endpoint also sets a Content-MD5 header (base64 per RFC 1864) computed over the exact served bytes; when the two disagree, the header is authoritative.