action signl4_get_teams_team_id_alert_reports_file_name { label: "Returns Alert Report" provider: signl4 method: GET path: "/teams/{teamId}/alertReports/{fileName}" encoding: json input: { type: "object" properties: { fileName: { type: "string" } teamId: { type: "string" } } required: ["fileName", "teamId"] additionalProperties: false } output: { type: "string" format: "binary" } }