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