Skip to content

Added enforced cursor based keyset

What does this MR do and why?

Resolves Issue - #427008 (closed)

As per discussion #427008 (comment 1875437205) We are not removing offset pagination but enforcing keyset pagination in case the api request involves returning records more than 50000

Screenshots or screen recordings

Curl request to user api giving error for offset pagination in case number of records rquested are more than 50000

Screenshot_2024-04-23_at_7.30.37_PM

Merge request reports