action meshery_id_get_performance_profiles { label: "Handle GET requests for performance profiles" description: "Returns the list of all the performance profiles saved by the current user" provider: meshery method: GET path: "/api/user/performance/profiles" encoding: json output: { type: "object" additionalProperties: true } }