Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev guideRecipesAPI ReferenceChangelog
Dev guideRecipesUser GuidesNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev guide

Skip and limit

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

  • Skip – The offset in the result list. For example, the position of the first hit. By default, this is 0 (when skip is not used. Optimizely Graph returns the top 10,000 hits, so the maximum number of skip is determined by this maximum and the size of limit.
  • Limit – 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.

For example, when the limit is 20, then the skip can be a maximum of 9,860.