OpenAI API

ListRunStepsResponse

objectstringrequired

Example:list

dataarray[object]required

Represents a step in execution of a run.

Show Child Parameters
first_idstringrequired

Example:step_abc123

last_idstringrequired

Example:step_abc456

has_morebooleanrequired
Example

ListRunsResponse

object
objectstringrequired

Example:list

dataarray[object]required

Represents an execution run on a thread.

Show Child Parameters
first_idstringrequired

Example:run_abc123

last_idstringrequired

Example:run_abc456

has_morebooleanrequired
Example

ListThreadsResponse

objectstringrequired

Example:list

dataarray[object]required

Represents a thread that contains messages.

Show Child Parameters
first_idstringrequired

Example:asst_abc123

last_idstringrequired

Example:asst_abc456

has_morebooleanrequired
Example

ListVectorStoreFilesResponse

objectstringrequired

Example:list

dataarray[object]required

A list of files attached to a vector store.

Show Child Parameters
first_idstringrequired

Example:file-abc123

last_idstringrequired

Example:file-abc456

has_morebooleanrequired
Example

ListVectorStoresResponse

objectstringrequired

Example:list

dataarray[object]required

A vector store is a collection of processed files can be used by the file_search tool.

Show Child Parameters
first_idstringrequired

Example:vs_abc123

last_idstringrequired

Example:vs_abc456

has_morebooleanrequired
Example