list_steam_forum_topics
List topics from a game's public Steam Community discussion board or compatible app hub forum by app ID, with section and page options.
Instructions
Lists topics from a game's public Steam Community discussion section or compatible app hub forum surface. Supports section selection for discussions and listing pagination via ?fp=N. Each topic's last_activity_timestamp and last_activity_display describe its latest reply or listing activity, never its original publication time. Call get_steam_forum_topic and use topic.original_post_timestamp before making publication-date claims. On some app hub surfaces such as Events & Announcements, Steam omits row-level author and preview markup, so those fields may be null in listing results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Forum listing page number. Steam uses ?fp=N for forum listing pages. | |
| appid | Yes | Steam application ID | |
| forum_key | No | Forum surface to inspect. Use discussions for the normal boards, eventcomments for Events & Announcements, or tradingforum for Trading. | discussions |
| section_id | No | Forum section id. Only used when forum_key is discussions. 0 maps to the main /discussions/0/ board; other sections use the numeric id from the section URL. |