Back

retrieve-run-step (clj)

(source)

function

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

Examples