I was wondering, why doesn’t the OpenAI staff expose an endpoint to show the list of threads on the Threads API v2? It would be very helpful for our projects. An option could be to expose the minimal information such as: threadId and creation_date.
I know that we can see them on our control panel, but we need a programmatic way to access them.
It would be awesome for them to do this, but I doubt they will as this seems like a strong benefit for the ChatGPT commercial side rather then moentizing through API usage.
If you have a thread ID, you can run and alter and delete the thread - and the basic purpose of a thread is to have its messages read.
Consider an organization that is actually more than one person. Despite having projects and different API keys, the threads are all one pool. The platform site at least is a password account vs distributed keys.