get_library_sections_by_section_id_all
Retrieve all items from a Plex library section by section ID, with optional filters for genre, year, studio, and more to tailor results.
Instructions
Get items in the section.
GET /library/sections/{sectionId}/all
Args: section_id: The id of the section include_meta: Adds the Meta object to the response include_guids: Adds the Guid object to the response include_collections: Include collection items in results include_external_media: Include external or online media include_advanced: Include advanced settings check_files: Verify file existence include_related: Include related items include_extras: Include trailers, behind-the-scenes, etc. include_popular_leaves: Include popular episodes include_concerts: Include concert items include_on_deck: Include On Deck status include_chapters: Include chapter markers include_preferences: Include user preferences include_bandwidths: Include bandwidth info include_loudness_ramps: Include loudness ramp data include_stations: Include radio station data include_external_ids: Include external GUIDs include_reviews: Include user reviews include_credits: Include full credits include_art: Force inclusion of artwork fields include_thumb: Force inclusion of thumbnail fields include_banner: Force inclusion of banner fields include_theme: Force inclusion of theme fields include_fields: Whitelist of fields to return exclude_fields: Blacklist of fields to omit async_augment_metadata: Async metadata augmentation async_refresh_local_media_agent: Async local media agent refresh nocache: Bypass cache skip_refresh: Skip synchronous refresh exclude_elements: Comma-separated list of elements to exclude from the response filters: General filtering expression. unwatched: Filter to unwatched only (1 = true). genre: Filter by genre. studio: Filter by studio. content_rating: Filter by content rating. resolution: Filter by resolution. year: Filter by year. first_character: Filter by first character of title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| genre | No | ||
| studio | No | ||
| filters | No | ||
| nocache | No | ||
| unwatched | No | ||
| resolution | No | ||
| section_id | Yes | ||
| check_files | No | ||
| include_art | No | ||
| include_meta | No | ||
| skip_refresh | No | ||
| include_guids | No | ||
| include_theme | No | ||
| include_thumb | No | ||
| content_rating | No | ||
| exclude_fields | No | ||
| include_banner | No | ||
| include_extras | No | ||
| include_fields | No | ||
| first_character | No | ||
| include_credits | No | ||
| include_on_deck | No | ||
| include_related | No | ||
| include_reviews | No | ||
| exclude_elements | No | ||
| include_advanced | No | ||
| include_chapters | No | ||
| include_concerts | No | ||
| include_stations | No | ||
| include_bandwidths | No | ||
| include_collections | No | ||
| include_preferences | No | ||
| include_external_ids | No | ||
| async_augment_metadata | No | ||
| include_external_media | No | ||
| include_loudness_ramps | No | ||
| include_popular_leaves | No | ||
| async_refresh_local_media_agent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |