# GetPlaylistRequest ## Example Usage ```typescript import { GetPlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetPlaylistRequest = { playlistID: 672.49, }; ``` ## Fields | Field | Type | Required | Description | | ---------------------- | ---------------------- | ---------------------- | ---------------------- | | `playlistID` | *number* | :heavy_check_mark: | the ID of the playlist |