Reporting
The report group turns Help Scout's reporting into data you can pipe anywhere. It's a
set of focused reports, each scoped by a date range with --start / --end. See the
command reference for all flags.
Conversation volume & resolution
Section titled “Conversation volume & resolution”$ hscli report conversations --start 2026-05-01 --end 2026-05-31 --output json[ { "mailbox": "Support", "conversations": 1284, "resolved": 1102 }, { "mailbox": "Billing", "conversations": 331, "resolved": 318 }]Company-wide rollup
Section titled “Company-wide rollup”hscli report company --start 2026-05-01 --end 2026-05-31Per-agent productivity
Section titled “Per-agent productivity”hscli report user --start 2026-05-01 --end 2026-05-31 --user 10Straight into a spreadsheet
Section titled “Straight into a spreadsheet”hscli report conversations --start 2026-05-01 --end 2026-05-31 --output csv > may.csv