How To Navigate Browser to a Specific Response Created By an API Call

I’m migrating some code from Assistants to Prompts/Responses because Assistants are going to be removed in August 2026.

With Assistants, one of the ways I was able to troubleshoot my Instructions is: after the status of Thread and Run became “completed” , I could load the Thread/Run into the Assistants user interface at url https://platform.openai.com/assistants/edit?assistant=asst_XXXXX by adding the thread in the URL using “&thread=thread_XXXXXXXXX”. Then I could continue to interact with the thread and ask the assistant why it did what it did when my code called it.

How can I accomplish the analogous task with saved Prompts and Responses and load the Response into https://platform.openai.com/chat/edit ? I have a Prompt Id “pmpt_XXXX” and a Response Id “resp_XXXXXX” .