Offset and limit is not working for APIs

I am trying to fetch the entitlements for my source. Source has around 3000 entitlements.
I am using this api:
https://{{tenant}}.api.identitynow.com/cc/api/entitlement/list?offset=0&limit=250&CISApplicationId={{appId}}
and looping this api by step 250 till I reach offset 3000.
But in every time, it is pulling the same response.
Please let me know if there is any way to pull.

Hi Kumar,

Welcome to the community! FYI, there is a beta endpoint for getting a list of entitlements. You can supply a filter query param to fetch all of the entitlements for a specific source, and then paginate as you normally would. I highly recommend you use the beta API instead of this endpoint.