Back

cancel-run (clj)

(source)

function

(cancel-run params) (cancel-run params options)
Returns a list of run steps belonging to a run. Example: ``` (cancel-run {:thread_id "----id----" :run_id "----id----"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/runs/cancelRun)

Examples