Topic Detail
topic_detailRetrieve details of a discussion topic by providing its ID, including title, content, author, timestamps, engagement metrics, and associated stock symbols.
Instructions
Get discussion topic detail by topic_id. Returns {id, title, content, author, created_at, like_count, comment_count, symbols[]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | Topic ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Topic ID. | |
| title | Yes | Title. | |
| description | Yes | Plain-text excerpt / description. | |
| body | Yes | Markdown body. | |
| author | Yes | Topic author. | |
| tickers | Yes | Related stock tickers, format `<CODE>.<MARKET>` (e.g. "TSLA.US"). | |
| hashtags | Yes | Hashtag names. | |
| images | Yes | Attached images. | |
| likes_count | Yes | Likes count. | |
| comments_count | Yes | Comments count. | |
| views_count | Yes | Views count. | |
| shares_count | Yes | Shares count. | |
| topic_type | Yes | Content type: "article" or "post". | |
| detail_url | Yes | URL to the full topic page. | |
| created_at | Yes | Created time (RFC3339). | |
| updated_at | Yes | Last updated time (RFC3339). |