get_topic
Retrieve the complete Markdown content of an Actian documentation topic using its ID. Use search_docs to find the ID first, then access full article text for reference or analysis.
Instructions
Retrieve the full Markdown content of a specific documentation topic by its ID. Use search_docs first to find the topic_id, then call this to read the full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | Topic ID returned by search_docs |