Read the parsed text content of a specific file.
Body param: ID of the file to read.
Body param: ID of the index the file belongs to.
Query param
Body param: Maximum number of characters to read from the offset.
Body param: Starting character offset.
File read result.
Parsed text content of the file.
llamacloud-prod beta:retrieval read \ --api-key 'My API Key' \ --file-id file_id \ --index-id idx-abc123
{ "content": "content" }