Accessing ChatGPT Threads via API with UUIDs from Web Interface

Hello OpenAI Community,

I’m seeking clarification on accessing ChatGPT conversation threads through the API. In the web interface (https://chat.openai.com/), threads or conversation_ids have UUIDs like "109d7e1a-cad2-471c-b8b2-8d7c620054d4", which I found in a conversations.json file from a data export (e.g., ChatGPT_…-2024-04-04-10-20-58.zip).

However, when using the OpenAI API (platform.openai.com), the threads have different IDs, such as "id": "thread_kuEK4jf73Bka0h18Dp81QdVS". Is there a way to correlate or convert between these two types of thread IDs? I’m interested in accessing my own ChatGPT threads through the API, using the UUIDs obtained from the web interface.

Could anyone provide insights or guidance on whether this is possible, and if so, how to achieve it?

Thank you for your assistance!

I don’t think its possible to cross between API and ChatGPT