Back

retrieve-run (clj)

(source)

function

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

Examples