OpenAI API

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

Image file

object

References an image File in the content of a message.

typestringrequired

Always image_file.

Allowed values:image_file

image_fileobjectrequired
Show Child Parameters
Example