Share via


FileListResponseOutput interface

The response data from a file list operation.

Properties

data

The files returned for the request.

object

The object type, which is always 'list'.

Property Details

data

The files returned for the request.

data: OpenAIFileOutput[]

Property Value

object

The object type, which is always 'list'.

object: "list"

Property Value

"list"