List Playlist Items
List a playlist’s items (admin), cursor-paginated by (position, id).
Pass ?include=files to sideload related files into top-level included.
Unlike the public /playlist//files route, this admin route applies NO
viewer-visibility gating: every item row for the team-scoped playlist is
returned. Soft-deleted/missing related files are omitted from included,
but their item still appears in data.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1 <= x <= 100Response
Successful Response
Collection JSON:API response wrapping a list of PlaylistItemResources.
data is ordered by (position ASC, id ASC). included carries sideloaded
files resources when the client passes ?include=files. links.next
holds the cursor URL when another page exists.