Skip to content
hscli

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.

zsh — hscli
$ 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 }
]
Terminal window
hscli report company --start 2026-05-01 --end 2026-05-31
Terminal window
hscli report user --start 2026-05-01 --end 2026-05-31 --user 10
export to CSV
hscli report conversations --start 2026-05-01 --end 2026-05-31 --output csv > may.csv