Huntress-MCP-Server

get_billing_report

Get details of a specific billing report

Input Schema

NameRequiredDescriptionDefault
report_idYesBilling Report ID

Input Schema (JSON Schema)

{ "properties": { "report_id": { "description": "Billing Report ID", "type": "integer" } }, "required": [ "report_id" ], "type": "object" }