Hi! Maybe I don’t understand something but how to ...
# talk-kratos
f
Hi! Maybe I don’t understand something but how to fetch the next page of list identities API https://www.ory.sh/docs/kratos/reference/api#tag/identity/operation/listIdentities ? I have specified
perPage: 1000
but I’m afraid that this number may be quickly overflowing. How then to find the next page number when there are
> 1000
identities in the database. From what I understand from the documentation it suffices to specify
page: 2
and next numbers.... but it also says that page 4 may be empty when 5 may have data. For example API for relationships have pagination in them based on string token - https://www.ory.sh/docs/keto/reference/rest-api#tag/relationship/operation/getRelationships Thanks for any help!