action vimeo_get_watch_history { label: "Get all the videos that a user has watched" provider: vimeo method: GET path: "/me/watched/videos" encoding: json input: { type: "object" properties: { page: { type: "number" } per_page: { type: "number" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }