full-diamond-56778
06/22/2023, 11:08 AMperPage: 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!