Hi @Mauricio
To get all these lists, use GET https://graph.microsoft.com/beta/sites/{site-id}/lists?$select=system
Graph API. Lists with the system facet are hidden by default. To list them, include system
in your $select
statement. Please refer to below sample screenshot.
Please refer to this documentation for more details.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.