get_file_v2
Retrieve a user-scoped file by its ID. Optionally return the file content in the response.
Instructions
Get a user-scoped file by ID via /api/v2/files. Optionally return the file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File ID | |
| return_content | No | Return file content in the response |