Back

retrieve-thread (clj)

(source)

function

(retrieve-thread params) (retrieve-thread params options)
Retrieves a thread. Example: ``` (retrieve-thread {:thread_id "----id----"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/threads/getThread)

Examples