Javascript – OpenAI Assistants API: Is there an API endpoint to list all existing thread IDs?
What is a workaround to list all thread IDs from the OpenAI developer platform (https://platform.openai.com/threads/) using JavaScript? There is no official API to list all available threads. I found answers about the v1 API. It's also possible to list messages…