Skip to main content
GET
/
v1
/
api
/
stores
List Document Stores
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>"
    }
  ]
}

Query Parameters

name
string
default:""
skip
integer
default:0
limit
integer
default:100

Response

Successful Response

count
integer
required

The total number of stores in the DB

data
DocumentStoreResponse · object[]
required

The list of Stores