Skip to content

ListVectorStoreFilesInBatchRequest

Example Usage

typescript
import { ListVectorStoreFilesInBatchRequest } from "@meetkai/mka1/models/operations";

let value: ListVectorStoreFilesInBatchRequest = {
  vectorStoreId: "vs_abc123",
  batchId: "vsfb_abc123",
  after: "file-abc123",
  filter: "completed",
};

Fields

FieldTypeRequiredDescriptionExample
vectorStoreIdstring✔️N/Avs_abc123
batchIdstring✔️N/Avsfb_abc123
limitnumberN/A20
orderoperations.ListVectorStoreFilesInBatchQueryParamOrderSort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order.desc
afterstringN/Afile-abc123
beforestringN/A
filteroperations.QueryParamFilterFilter by file status. One of in_progress, completed, failed, cancelled.completed