Openai assistant API plugin problem

I’m tryin to create a thread with Openai Assistant API plugin, but in the step when the flow retrieve the run, it appears this error message:


Could someone tell me where is the problem?

The error tell you what is not working. the ID you are using for thread doesn’t exist.
What I understand is that you are using a thread ID when trying to retrieve an assistant ID. So A) You don’t use the correct ID that should start with asst or B) you don’t use the correct endpoint that should be https://api.openai.com/v1/threads/thread_id or C) the id you have doesn’t exist anymore