get_followed_artists
Retrieve the list of artists followed by the current user, with cursor-based pagination to navigate through results.
Instructions
Get the current user's followed artists. Cursor-paginated.
Args:
limit: Maximum number of artists to return (1-50, default 20).
after: Cursor (last artist ID from previous page) to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |