Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/mod.ts>Runs#list

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Runs.prototype.list
import { Runs } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/mod.ts";

Returns a list of runs belonging to a thread.

Parameters

threadId: string
optional
query: RunListParams
optional
options: Core.RequestOptions

Returns

Core.PagePromise<RunsPage, Run>

Parameters

threadId: string
optional
options: Core.RequestOptions

Returns

Core.PagePromise<RunsPage, Run>