Items
Items List.
client.aiSearch.namespaces.instances.items.list(stringname, stringid, ItemListParams { account_id, item_id, metadata_filter, 6 more } params, RequestOptionsoptions?): V4PagePaginationArray<ItemListResponse { id, checksum, chunks_count, 9 more } >
GET/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items
Upload Item.
client.aiSearch.namespaces.instances.items.upload(stringname, stringid, ItemUploadParams { account_id, file } params, RequestOptionsoptions?): ItemUploadResponse { id, checksum, chunks_count, 9 more }
POST/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items
Create or Update Item.
client.aiSearch.namespaces.instances.items.createOrUpdate(stringname, stringid, ItemCreateOrUpdateParams { account_id, key, next_action, wait_for_completion } params, RequestOptionsoptions?): ItemCreateOrUpdateResponse { id, checksum, chunks_count, 9 more }
PUT/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items
Get Item.
client.aiSearch.namespaces.instances.items.get(stringname, stringid, stringitemId, ItemGetParams { account_id } params, RequestOptionsoptions?): ItemGetResponse { id, checksum, chunks_count, 9 more }
GET/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items/{item_id}
Sync Item.
client.aiSearch.namespaces.instances.items.sync(stringname, stringid, stringitemId, ItemSyncParams { account_id, next_action, wait_for_completion } params, RequestOptionsoptions?): ItemSyncResponse { id, checksum, chunks_count, 9 more }
PATCH/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items/{item_id}
Delete Item.
client.aiSearch.namespaces.instances.items.delete(stringname, stringid, stringitemId, ItemDeleteParams { account_id } params, RequestOptionsoptions?): ItemDeleteResponse { key }
DELETE/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items/{item_id}
Download Item Content.
client.aiSearch.namespaces.instances.items.download(stringname, stringid, stringitemId, ItemDownloadParams { account_id } params, RequestOptionsoptions?): Response
GET/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items/{item_id}/download
Item Logs.
client.aiSearch.namespaces.instances.items.logs(stringname, stringid, stringitemId, ItemLogsParams { account_id, cursor, limit } params, RequestOptionsoptions?): ItemLogsResponse { action, chunkCount, errorType, 4 more }
GET/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items/{item_id}/logs
List Item Chunks.
client.aiSearch.namespaces.instances.items.chunks(stringname, stringid, stringitemId, ItemChunksParams { account_id, limit, offset } params, RequestOptionsoptions?): ItemChunksResponse { id, item, text, 2 more }
GET/accounts/{account_id}/ai-search/namespaces/{name}/instances/{id}/items/{item_id}/chunks