Pagination Offset expiry

do pagination offset token have expiry? can we save the offsets in sessions so that we can use the pagination offset from last request?

Hi @subramanian_Lokesh,

They do expire. The expiration duration is not specified in the API docs other than

Do note that an offset token will expire after some time, as data may have changed.

I don’t think they’re really designed to be stored and used later.

2 Likes

I never read any informations about the expiration time, but by experience I think it’s around 10 minutes. So, they are not designed to be kept and used later.

2 Likes