AurionAI Docs

List Kb Collections V2

GET
/api/v2/kb/collections

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

locale?|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/kb/collections"
[
  {
    "approval_type": "none",
    "article_count": 0,
    "created_at": "2019-08-24T14:15:22Z",
    "depth": 0,
    "description": "string",
    "icon": "string",
    "id": "string",
    "locale": "en",
    "name": "string",
    "parent_id": "string",
    "slug": "string",
    "sort_order": 0,
    "updated_at": "2019-08-24T14:15:22Z",
    "visibility": "all_visitors"
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}