Hi @wen chen ,
I am able to replicate the issue. I have more than 100 todo lists but not able to fetch all even after using $top parameter.
Then I tried using this Endpoint https://graph.microsoft.com/v1.0/me/todo/lists/delta and able to fetch all the lists. Using this Endpoint you can enumerate all the todo lists using the nextLink
property.
Example reference: refer below screenshot from Graph Explorer. With this Endpoint I am able to fetch all 100 todo lists:
Reference Docs:
https://learn.microsoft.com/en-us/graph/api/todotasklist-delta?view=graph-rest-1.0
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.