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