kb.get
Retrieve the full content of a knowledge base document using its ID, typically after searching to narrow results.
Instructions
Fetch a single KB document by ID. Use after kb.search with max_content_length to retrieve the full content of a specific document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | KB document ID | |
| project_id | No | Optional project ID to scope the lookup |