action meshery_id_get_all_performance_results { label: "Handles GET requests for performance results" description: "Returns pages of all the performance results from Remote Provider" provider: meshery method: GET path: "/api/user/performance/profiles/results" encoding: json output: { type: "object" additionalProperties: true } }