action snyk_list_all_aggregated_issues { label: "List all Aggregated issues" description: "" provider: snyk method: POST path: "/org/{orgId}/project/{projectId}/aggregated-issues" encoding: json input: { type: "object" properties: { orgId: { type: "string" } projectId: { type: "string" } } required: ["orgId", "projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }