curl --request GET \
--url https://api-prod.interactly.ai/kb/v1/knowledge-bases \
--header 'Authorization: Bearer <token>'{
"knowledge_bases": [
{
"title": "Knowledge Base Title",
"description": "Knowledge Base Description",
"id": "5f7b1b1b1b1b1b1b1b1b1b1b",
"status": "trained",
"createdAt": "2020-10-05T00:00:00.000Z",
"updatedAt": "2020-10-05T00:00:00.000Z"
}
]
}List Knowledge Bases
curl --request GET \
--url https://api-prod.interactly.ai/kb/v1/knowledge-bases \
--header 'Authorization: Bearer <token>'{
"knowledge_bases": [
{
"title": "Knowledge Base Title",
"description": "Knowledge Base Description",
"id": "5f7b1b1b1b1b1b1b1b1b1b1b",
"status": "trained",
"createdAt": "2020-10-05T00:00:00.000Z",
"updatedAt": "2020-10-05T00:00:00.000Z"
}
]
}Retrieve your API Key from Dashboard API Keys Section.
Successful response
Show child attributes
"Knowledge Base Title"
"Knowledge Base Description"
"5f7b1b1b1b1b1b1b1b1b1b1b"
draft, created, queued, training, trained "trained"
This is the ISO 8601 date-time string of when the record was created.
"2020-10-05T00:00:00.000Z"
This is the ISO 8601 date-time string of when the record was last updated.
"2020-10-05T00:00:00.000Z"