get_items_by_id_file_by_fileid
Retrieve a specific file from an Audiobookshelf item using its item ID and file ID. Returns the file data for direct access or download.
Instructions
Get items file.
GET /api/items/{id}/file/{fileid}
Args: id: Path parameter. fileid: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fileid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |