ListVectorStoreFilesInBatchRequest
Example Usage
typescript
import { ListVectorStoreFilesInBatchRequest } from "@meetkai/mka1/models/operations";
let value: ListVectorStoreFilesInBatchRequest = {
vectorStoreId: "<id>",
batchId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
vectorStoreId | string | ✔️ | N/A |
batchId | string | ✔️ | N/A |
limit | number | ➖ | N/A |
order | operations.ListVectorStoreFilesInBatchQueryParamOrder | ➖ | Sort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order. |
after | string | ➖ | N/A |
before | string | ➖ | N/A |
filter | operations.QueryParamFilter | ➖ | Filter by file status. One of in_progress, completed, failed, cancelled. |