curl --request GET \
--url https://atoms-api.smallest.ai/api/v1/knowledgebase/{id} \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"_id": "<string>",
"name": "<string>",
"organization": "<string>",
"createdBy": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Get a knowledge base
curl --request GET \
--url https://atoms-api.smallest.ai/api/v1/knowledgebase/{id} \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"_id": "<string>",
"name": "<string>",
"organization": "<string>",
"createdBy": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the knowledge base
A knowledge base
true
Show child attributes
The unique identifier for the knowledge base
The name of the knowledge base
The organization ID
The user ID who created the knowledge base
The description of the knowledge base
The date and time when the knowledge base was created
The date and time when the knowledge base was last updated