Returns a paginated list of all songs generated by the authenticated user, sorted by creation date in descending order. Optionally filter results by title search. You can paginate by passing the last song ID from the previous page.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items to return per page
1 <= x <= 50
25
Cursor for pagination to get the next page of results - this is the last item's ID from the previous page
"cmcz89fci00zr0dlt68klunpf"
Returns a paginated list of all songs generated by the authenticated user.
The response is of type object
.