provider business_knowledge GET
/api/projects/{project_id}/business_knowledge/documents/{id}/window/ @utdk/posthog
/api/projects/{project_id}/business_knowledge/documents/{id}/window/ business_knowledge_documents_window_list
Read-only access to parsed knowledge documents. Exposes hybrid search
(``search``) and a drill-down window (``window``) so an agent (PHAI or
MCP) can find and explore business knowledge chunks.
- around_ordinal query required
- Zero-based chunk ordinal to center the window on (from a search result).
- integer
- id path required
- A UUID string identifying this knowledge document.
- string
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
- radius query
- Number of chunks before and after the center to include. Defaults to 5, clamped to [0, 15].
- integer
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.businessKnowledgeDocumentsWindowList()