All top-level API resources have support for bulk fetches through “list” API methods.
These list API methods share a common structure and accept, at a minimum, the following two parameters: _limit and _page.
_limit
: optional, default is 10
_page: optional, default is 1
