Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.43 KB

File metadata and controls

45 lines (29 loc) · 1.43 KB
page_title subcategory description
openai_vector_store_file_batch_files Data Source - terraform-provider-openai

openai_vector_store_file_batch_files (Data Source)

Schema

Required

  • batch_id (String) The ID of the file batch that the files belong to.
  • vector_store_id (String) The ID of the vector store that the files belong to.

Optional

  • after (String) A cursor for use in pagination. after is an object ID that defines your place in the list.
  • before (String) A cursor for use in pagination. before is an object ID that defines your place in the list.
  • filter (String) Filter by file status. One of in_progress, completed, failed, cancelled.
  • limit (Number) A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
  • order (String) Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.

Read-Only

  • files (List of Object) (see below for nested schema)
  • has_more (Boolean) Boolean indicating whether there are more files available beyond the current response.
  • id (String) The ID of this resource.

Nested Schema for files

Read-Only:

  • created_at (Number)
  • id (String)
  • object (String)
  • status (String)