action vimeo_get_video_thumbnails { label: "Get all the thumbnails of a video" provider: vimeo method: GET path: "/videos/{video_id}/pictures" encoding: json input: { type: "object" properties: { page: { type: "number" } per_page: { type: "number" } video_id: { type: "number" } } required: ["video_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }