Skip to content

Commit 916c60f

Browse files
committed
feat: document search result set limits
1 parent 9d4fd72 commit 916c60f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/kratos/manage-identities/search/identity-search-api.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ possible.
105105

106106
:::
107107

108+
## Result set limits
109+
110+
The identity search API is not a replacement for the [List Identities API](/reference/api#tag/identity/operation/listIdentities).
111+
Unlike the List Identities API, the search API does not support pagination and will return a maximum of 1,000 results per request.
112+
To paginate through _all_ your identities, use the [List Identities API](/reference/api#tag/identity/operation/listIdentities). If
113+
you find you are frequently hitting this limit, consider refining your search queries to reduce the number of results returned.
114+
108115
## Consistency and availability
109116

110117
The search index powering advanced identity search is eventually consistent with the main identity store. This means that there

0 commit comments

Comments
 (0)