curl --request GET \
--url https://dev-knowledge-store.actualize.ae/v1/api/stores{
"count": 123,
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"embedding": {
"name": "<string>",
"embeddingModel": "<string>"
},
"loaders": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"storeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"document": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "<string>",
"location": "<string>",
"metadata": {}
},
"parser": {
"name": "<string>",
"parserType": "pdf",
"config": {}
},
"splitter": {
"name": "<string>",
"config": {}
}
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"status": "EMPTY",
"vectorStoreConfig": {},
"recordManagerConfig": {},
"totalChars": 0,
"totalChunks": 0,
"processResult": "<string>",
"collectionName": "",
"contentPayloadKey": "page_content",
"metadataPayloadKey": "metadata",
"userId": "<string>",
"orgId": "<string>"
}
]
}List all document stores. Allows ‘skip’ and ‘limit’ parameters for pagination.
curl --request GET \
--url https://dev-knowledge-store.actualize.ae/v1/api/stores{
"count": 123,
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"embedding": {
"name": "<string>",
"embeddingModel": "<string>"
},
"loaders": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"storeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"document": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "<string>",
"location": "<string>",
"metadata": {}
},
"parser": {
"name": "<string>",
"parserType": "pdf",
"config": {}
},
"splitter": {
"name": "<string>",
"config": {}
}
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"status": "EMPTY",
"vectorStoreConfig": {},
"recordManagerConfig": {},
"totalChars": 0,
"totalChunks": 0,
"processResult": "<string>",
"collectionName": "",
"contentPayloadKey": "page_content",
"metadataPayloadKey": "metadata",
"userId": "<string>",
"orgId": "<string>"
}
]
}