London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Loading...

Skip & limit parameters

This topic describes the skip and limit parameters, part of the GraphQL API used for the Optimizely querying service, when retrieving content in Optimizely solutions.

How it works

  • skip is the offset in the result list, for example the position of the first hit. By default this is 1, with a maximum of 10,000
  • limit is the size of the result list, for example the number of hits retrieved per request. By default, this is 20, with a maximum of 100.

When exceeding the maximum values for skip or limit, a validation error will be raised.

Related topics

Last updated: May 24, 2021