get_moviefile_by_id
Retrieve detailed information about a specific movie file in Radarr by providing its unique ID. Use this to inspect file properties, quality, or path for a given movie file.
Instructions
Read MovieFile.
GET /api/v3/moviefile/{id}
Args: id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |