Knowledge
Retrieve Knowledge Source
Fetch detailed information about a specific knowledge source by its ID. This returns the complete knowledge source object including processing status, source details, and configuration information.
get/v2/KnowledgeBases/{kbId}/Knowledge/{knowledgeId}
Response
OK
Example response
{
"id": "know_knowledge_00000000000000000000000000",
"name": "Company FAQ Knowledge Base",
"description": "Frequently asked questions and answers for customer support",
"status": "COMPLETED",
"source": {
"type": "Web",
"url": "https://example.com/faq",
"crawlDepth": 2,
"crawlPeriod": "NEVER"
},
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-01-15T11:45:00Z"
}