## Retrieve file content

`$ openai files content`

**get** `/files/{file_id}/content`

Returns the contents of the specified file.

### Parameters

- `--file-id: string`

  The ID of the file to use for this request.

### Returns

- `unnamed_schema_0: file path`

### Example

```cli
openai files content \
  --api-key 'My API Key' \
  --file-id file_id
```
