get_library_sections_by_section_id
Retrieve a specific Plex library section by its ID, optionally including details like types, filters, and sorts.
Instructions
Get a library section by id.
GET /library/sections/{sectionId}
Args: section_id: The section identifier include_details: Whether or not to include details for a section (types, filters, and sorts). Only exists for backwards compatibility, media providers other than the server libraries have it on always.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | ||
| include_details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |