-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make /admin/users
route paginated
#1156
Comments
Hi! I'd like to pick up this issue. Is there need for a particular type of pagination (Offset-Based Pagination / Cursor-based pagination)? Can you provide more information on intended functionality / experience using the endpoint? I imagine cursor-based pagination is what is expected here, is this accurate? |
It would be great if we could do something similar to how we do paginated retrieval for agent messages: The purpose of the endpoint is so that when we eventually have an admin panel, the administrator and page through the users, as there may be a large number of users in total. |
@sarahwooders Can this be closed now? |
This issue has been automatically closed due to 60 days of inactivity. |
This will cause issues for a large number of users without pagination https://memgpt.readme.io/reference/get_all_users_admin_users_get
The text was updated successfully, but these errors were encountered: