action ritekit_hashtag_history { label: "Hashtag History" description: "Returns historical stats for a given hashtag from the last 30 days" provider: ritekit method: GET path: "/v1/stats/history/{hashtag}" encoding: json input: { type: "object" properties: { hashtag: { type: "string" } } required: ["hashtag"] additionalProperties: false } output: { type: "object" additionalProperties: true } }