Skip to content

ListVectorStoreFilesInBatchRequest

Example Usage

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

let value: ListVectorStoreFilesInBatchRequest = {
  vectorStoreId: "<id>",
  batchId: "<id>",
};

Fields

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