Generated Files
Get Claude-generated file metadata
GET/v1/compliance/apps/chats/generated-files/{claude_gen_file_id}
Download a Claude-generated file
GET/v1/compliance/apps/chats/generated-files/{claude_gen_file_id}/content
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.