Skip to main content
Legacy Docs: This page describes our legacy API. It will be deprecated in a future version. Please use the v2 API where possible.

Limit

Passing LIMIT into a query can significantly improve query times for queries that return large result sets.

Offset

OFFSET can be used with LIMIT to paginate through results.