I’m facing an issue with the main workspace of my retell ai account. I created many vocal agents but when I go to the page Phone Numbers I get the message “Failed to Fetch Agents” and I am not able to associate my agent for inbound calls.
Hi Shaw, thanks for your reply. I opened a support ticket also on retell and they told me that it is a backend issue with my workspace that they need to fix and that they would let me know once fixed.
I am quite annoyed because just today I planned to put on production some changes I made to one agent for a client but I am not able to do that.
I have got other workspaces and this problem is not happening.
I am not able to see the workspaceId but the name of the workspace is SmartService and from the dev tools I was able to get the organizationId that is org_1EtJTSOlVx0Iqpu4
The agent-list call that powers the Phone Numbers dropdown is failing on a stale internal record, which is why the page shows “Failed to Fetch Agents”. Your agents themselves are intact — only the listing call is affected, so other dashboard areas that don’t enumerate all agents continue to work.
While we investigate and clean up the stale record on our side, you can bind an inbound agent directly via API instead of the dashboard:
One caveat: this is a workaround, not a fix. The API binding call validates the agent through the same internal lookup that’s currently failing, so please target a healthy agent (e.g. one you can see working in calls/playground). If you specifically want to bind agent_744e234ffe01a0b13412e7d0a8 and the API returns “Invalid inbound agent”, that’s expected — it’s the same stale record — and the cleanup needs to finish before that specific agent can be bound.