action reverb_get_my_viewed_listings { label: "Get a list of your recently viewed listings." description: "Get a list of your recently viewed listings." provider: reverb method: GET path: "/my/viewed_listings" encoding: json output: { type: "object" additionalProperties: true } }