Describe the bug
It is only possible to get >50 task annotations via calling the API. However, LabelStudio frontend tells me that indeed >50 annotations are available!
Also, it is not deterministic which annotations (for files) get left out. It changes even for the same files with a new project.
E.g., 10-19 get left out, for other project with identical files 1-9
To Reproduce
Upload >50 files (in my case images). Get all task annotations.
Expected behavior
API call should be identical to LabelStudio frontend. Every annotation should be listed, like the documentation suggests.
Screenshots
LabelStudio frontend shows >50 available tasks:

API answers with only 50:

Environment (please complete the following information):
Additional context
None
@mbuet2ner try to add ?page_size=-1 to the endpoint
Thanks a lot for the quick response! That did work perfectly!
Sorry, did not realize it was a pagination issue.