List reports
documentedRead list of available reports.
GET /api/1.1/json/reports/Reportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$account_domain}}/api/1.1/json/reports/?page={{$page}}&limit={{$limit}}&query={{$query}}" \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-X GET