Summary
Opening the ChatGPT conversation history/sidebar frequently triggers a temporary rate limit and prevents my conversation list from loading.
Environment
-
ChatGPT Plus
-
Windows desktop app and ChatGPT Web
-
Same account on both
-
Very large conversation history: several thousand conversations
Problem
When I open the conversation history/sidebar, ChatGPT frequently displays:
You’re making requests too quickly. We’ve temporarily limited access to your conversations to protect your data. Please wait a few minutes before trying again.
When this happens, the sidebar can become completely empty and I can no longer access my conversation history.
Normal ChatGPT usage continues to work. The problem appears specifically related to loading the conversation history.
Network evidence
Using Chrome DevTools, I can reproduce the problem when opening the sidebar.
Requests such as:
GET /backend-api/conversations?offset=0&limit=28&order=updated_at...
return:
429 Too Many Requests
At the same time, other ChatGPT backend requests continue returning 200 OK.
This suggests that the rate limit specifically affects the conversation-history endpoint rather than my general ChatGPT usage.
Possible trigger
I notice this problem particularly often after launching the ChatGPT Windows desktop application.
It appears possible that the desktop application and ChatGPT Web are simultaneously loading or synchronizing the conversation history, resulting in too many requests to /backend-api/conversations.
My account contains several thousand conversations, which may make the issue easier to reproduce.
Persistence of the issue
I have already waited for several hours before testing again, but the problem still occurs.
The warning continues to reappear even after a long period without intentionally refreshing or repeatedly opening the conversation history.
This does not appear to be a short-lived rate limit that clears after a few minutes as the message suggests.
Steps to reproduce
-
Use a ChatGPT account with a very large conversation history (several thousand conversations).
-
Launch the ChatGPT Windows desktop application.
-
Open ChatGPT Web using the same account.
-
Open the conversation-history sidebar.
-
Observe the requests to
/backend-api/conversations. -
The endpoint returns HTTP
429 Too Many Requests. -
The conversation sidebar becomes empty.
-
ChatGPT displays the temporary conversation-access rate-limit warning.
-
Wait several hours and try again.
-
The same error can still occur.
Expected behavior
Opening or synchronizing conversation history during normal use should not trigger a user-facing rate limit.
If multiple official ChatGPT clients are connected to the same account, conversation-history requests should be cached, deduplicated, queued, or otherwise handled without temporarily preventing access to the user’s conversations.
Accounts with very large conversation histories should also remain usable.
If a temporary rate limit is applied, it should actually clear within the time suggested by the warning rather than remaining reproducible several hours later.
Actual behavior
The /backend-api/conversations endpoint becomes rate-limited.
As a result:
-
the conversation sidebar fails to load;
-
the conversation list becomes empty;
-
access to existing conversations is temporarily unavailable;
-
reopening the sidebar can immediately reproduce the
429response; -
the problem can still occur several hours later;
-
other parts of ChatGPT can continue working normally.
Additional observation
If I keep the conversation sidebar closed, ChatGPT generally continues functioning normally.
Opening the sidebar triggers the conversation-history requests and can immediately cause the error again.
Please investigate the conversation-history synchronization/loading behavior between the Windows desktop application and ChatGPT Web, particularly for accounts containing several thousand conversations, and whether the rate-limit state can become stuck or persist much longer than intended.