POST /v1/query/* endpoints accept the same sorting, paging, and filtering
options in the JSON request body, alongside any endpoint-specific filters.
Sorting
Sort by one or more fields. Prefix a field with- for descending order.
Paging
limit— maximum number of results to return.offset— number of results to skip before returning results.
Filtering
Filter on any field of the queried resource. Exact-match filters are plain key/value pairs; comparison operators use the$ prefix:

