生成ファイル
Claude 生成ファイルのメタデータ取得
GET/v1/compliance/apps/chats/generated-files/{claude_gen_file_id}
Claude 生成ファイルのダウンロード
GET/v1/compliance/apps/chats/generated-files/{claude_gen_file_id}/content
Metadata for GET /v1/compliance/apps/chats/generated-files/{claude_gen_file_id}.
Returns metadata only. Use the sibling /content endpoint to download
the bytes. The owning chat is included since the id is opaque; to find the
specific message that produced the file, fetch
/v1/compliance/apps/chats/{claude_chat_id}/messages and match on
generated_files[].id.
Opaque generated-file id, e.g. 'claude_gen_file_abc123'.
The chat this generated file belongs to
File creation timestamp, when available
Display name of the generated file
Lowercase hex MD5 of the stored file. 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.
MIME type of the stored file, when available
Size in bytes of the stored file, when available