Skip to main content
Version: 2.13

Query Limit

Limits the number of results to be returned by the query

Description​

Query Limit is used with large data sets to limit the number of results returned at once by a query.

The offset parameter can be used to paginate the results.

Inputs​

  • query (Query): The query to be limited
  • limit (Number): The number of results to be returned
  • offset (Number): The starting rank from

Outputs​

  • query (Query): The query with the limit clause added