action monarchinitiative_get_variant_sets_archive_collection { label: "Returns list of variant sets from a specified time period" provider: monarchinitiative method: GET path: "/variation/set/archive/{year}/{month}/{day}" encoding: json input: { type: "object" properties: { page: { type: "integer" } per_page: { type: "integer" enum: [2, 10, 20, 30, 40, 50] } } additionalProperties: false } output: { type: "object" } }