# GetMediaMetaDataPart ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | | `accessible` | *Optional\* | :heavy_minus_sign: | Indicates if the part is accessible. | true | | `exists` | *Optional\* | :heavy_minus_sign: | Indicates if the part exists. | true | | `id` | *long* | :heavy_check_mark: | Unique part identifier. | 418385 | | `key` | *String* | :heavy_check_mark: | Key to access this part. | /library/parts/418385/1735864239/file.mkv | | `indexes` | *Optional\* | :heavy_minus_sign: | N/A | sd | | `duration` | *long* | :heavy_check_mark: | Duration of the part in milliseconds. | 9610350 | | `file` | *String* | :heavy_check_mark: | File path for the part. | /mnt/Movies_1/W/Wicked (2024).mkv | | `size` | *long* | :heavy_check_mark: | File size in bytes. | 30649952104 | | `container` | *String* | :heavy_check_mark: | Container format of the part. | mkv | | `videoProfile` | *String* | :heavy_check_mark: | Video profile for the part. | main 10 | | `stream` | List\<[GetMediaMetaDataStream](../../models/operations/GetMediaMetaDataStream.md)> | :heavy_check_mark: | An array of streams for this part. | |