action meshery_id_get_pattern_files { label: "Handle GET request for patterns" description: "Returns the list of all the patterns saved by the current user\nThis will return all the patterns with their details" provider: meshery method: GET path: "/api/pattern" encoding: json output: { type: "object" additionalProperties: true } }