Back

list-run-steps (clj)

(source)

function

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

Examples