Get my anime list
get_my_anime_listRetrieve your MyAnimeList anime list with status, score, and progress for each entry. Requires authentication.
Instructions
Get the authenticated user's own anime list, with each entry's status, score and progress. Requires MyAnimeList authentication (via login_mal, or a pre-supplied MAL_REFRESH_TOKEN/MAL_ACCESS_TOKEN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order. list_score/list_updated_at return highest/most-recent first; anime_title returns A-Z. | |
| limit | No | Max results (1-100). | |
| offset | No | Offset for pagination. | |
| status | No | List status bucket. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_next_page | Yes |