Skip to main content
GET
/
api
/
v1
/
knowledge-bases
/
{id}
Show Knowledge Base
curl --request GET \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/knowledge-bases/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "01kqh44ex4vpfz0bxwp4jm60sc",
    "name": "aut adipisci quidem",
    "texts": [],
    "urls": [],
    "files": [],
    "created_at": "2026-05-01T06:38:04+00:00",
    "updated_at": "2026-05-01T06:38:04+00:00",
    "workspace_id": "01kqh44ewqq2aks2hqtamhbmwg"
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the knowledge base.

Response

200 - application/json
data
object