kb
Search knowledge nodes
Paginated, filtered listing of knowledge nodes. Supports cursor-based keyset pagination and optional body inclusion.
post/v1/kb/nodes/search
Query parameters
workspace_idstring required
Workspace to query.
Example:j57demo8f8x7c9v0n2q4r6t8y1u3i5o
Request body
Example request
{
"filters": {
"parent_id": "65f1a2b3c4d5e6f7a8b9c0d1",
"source": "manual",
"enabled": true
},
"pagination": {
"page_size": 20
},
"include_body": false
}Response
Knowledge nodes
Changes
No recorded changes to this endpoint across all 1 revision of this API.