action uspto_get_products_with_latest_product_files { label: "Returns all products with Latest Files." description: "Use this GET to retrieve latest released bulk data products. Note that there is one file per product. The response includes product fields such as title, description, frequency, and level." provider: uspto method: GET path: "/products/all/latest" encoding: json output: { type: "object" additionalProperties: true } }