action bungie_forum_get_poll { label: "Forum.GetPoll" description: "Gets the specified forum poll." provider: bungie method: GET path: "/Forum/Poll/{topicId}/" encoding: json input: { type: "object" properties: { topicId: { type: "integer" format: "int64" } } required: ["topicId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }