Playlist Tracks pagination issue

Hi!
Since a couple of days, we are having pagination issue while trying to retrieve playlist tracklist. The first page is good but then the pageInfo “Token” is not right (to be set as a “cursor”, see an example here:
https://api.music.amazon.dev/v1/playlists/e1f7187a-1b5d-46ea-b59f-4af3cd2a1118/tracks?cursor=[“com.amazon.musicplaylist.pagination.SplitPlaylistPageToken”,{“playlistId”:[“com.amazon.musicplaylist.domain.internal.CustomerOwnedPlaylistId”,{“id”:“e1f7187a-1b5d-46ea-b59f-4af3cd2a1118”}],“playlistVersion”:[“com.amazon.musicplaylist.domain.internal.CustomerOwnedPlaylistVersion”,{“version”:“266”}],“nextResultsToken”:“100”,“durationInSeconds”:1506373}]&limit=100

Do you see the “cursor” value here? It’s not a good one, not well formated and so it failed.
Any update to fix that to get the previous behavior and the expected one @sam ?

Thank you!

Hi @sam;
Still no update on this pagination issue? It’s a big problem to our users…
Thank you.

Hi Thomas,
Sorry we did have some issues with pagination on this API that should be fixed now.

That said, your example above dosent look quite right, the token is typically a single string of characters as opposed the the json content I see in the example you included.

Something like

3:B0CG7BV9S8
or
WyJjb20uYW1hem9uLm11c2ljcxheWxpc3QucFnaW5hdGlvbi5DaVja3BvaW50UGFnZVRva2VuIix7ImNoZWNrc9pbnQiOlsiY29tLmFtYXpvbi5tdXNpY3BsYXlsaXN0LmRvbWFpbi5pbnRlcm5hbC5QbGF5blzdHNDaVja3BvaW50Iix7ImNoZWNrc9pbnQiOiIyMTUifV0sImVudHJ5T2Zmc2V0Ijo0LCJwYWdlU2l6ZSI6Mn1d

Hi, thank you for the update and finally made a fix.

And yes, that is the point of my example, showing you that using this “bad” cursor value you have returned is, of course, failing the pagination process.