Skip to content

Get all enabled namespaces for Knowledge Graph

GET
/api/v4/admin/knowledge_graph/namespaces

This endpoint retrieves all namespaces that have Knowledge Graph enabled

OK

Media type application/json
object
id
integer format: int64
root_namespace_id
integer format: int64
created_at
string format: date-time
Example
{
"id": 1234,
"root_namespace_id": 5678,
"created_at": "2025-01-01T00:00:00Z"
}

400 Bad Request

401 Unauthorized

403 Forbidden