Back

list-runs (clj)

(source)

function

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

Examples