Retrieve File Content
openai_retrieve_file_contentGet the raw content of a file by its ID from the vector store. The file's text, JSON, or JSONL data is returned unchanged.
Instructions
Retrieve the raw content of a file by its ID.
Returns the file content as-is (text, JSON, JSONL, etc. depending on the file type). For large files, consider using the file's metadata first to check its size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The ID of the file whose content to retrieve. |