Question:
How can a user paginate results for Object related API calls?
Answer:
Currently, the default maximum number of records displayed per page is 200 for Documents and 1000 for Objects. The OFFSET parameter is required in order to page results that exceed these limits.
Related Documentation:
Vault API Documentation: Paginating Results