How do I find out an existing conversation id in open ai?

Describe the problem/error/question

I’m trying to update an existing conversation inside open ai, and I’m asked for the ai conversation id.
How do I retrieve that inside open ai?

Thank you.

As far as I know OpenAI does not support getting IDs for conversation except for the moment of creation. So you need to create the conversation via API and save the ID right away to update the conversation later again.

This is different for Threads (Assistants) or ChatKits (new Feature in Beta).
But these features need to be access via custom HTTP requests in n8n.

1 Like