v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBKnowledge Sources
Get a Knowledge Source
Gets a Knowledge Source from a Knowledge Store.
get/v2.0/knowledgestores/{knowledgeStoreId}/sources/{sourceId}
Path parameters
knowledgeStoreIdstring required
The Id of the KnowledgeStore
sourceIdstring required
The Id of the KnowledgeSource
Headers
Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'
The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.
Response
Returns KnowledgeSource object
Example response
{
"name": "mysource",
"description": "mysource description",
"metaData": {
"tags": [
"tag1"
]
},
"data": {
"_id": "x4xU6hMntv23p",
"sys_CreatedAt": "2019-12-16T11:40:45.7212",
"sys_UpdatedAt": "2025-10-01T07:46:04.5932",
"Type": "FAQ"
},
"createdAt": 1694518620,
"lastChanged": 1694518620
}