Hello Liam Cleary (MVP Alumni, MCT),
Thank you for reaching out to Microsoft Support!
The Graph API automatically paginates retentionLabels when they are listed, and when you visit the next page, you need to take the request header with you:
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik5HVEZ2ZEstZnl0aEV1Q...
According to the documentation, since beta is a test release and is not stable, it is recommended that you use version v1.0.
Also, according to the documentation, this endpoint only supports expand
query parameters, so an error occurs when you use other query parameters.
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.