Skip to main content
Glama

Huntress-MCP-Server

list_billing_reports

Retrieve and filter billing reports by status, with pagination support, for streamlined financial tracking and auditing in the Huntress API integration.

Instructions

List billing reports

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results per page (1-500)
pageNoPage number (starts at 1)
statusNoFilter by status

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results per page (1-500)", "maximum": 500, "minimum": 1, "type": "integer" }, "page": { "description": "Page number (starts at 1)", "minimum": 1, "type": "integer" }, "status": { "description": "Filter by status", "enum": [ "open", "paid", "failed", "partial_refund", "full_refund" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Huntress-MCP-Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/huntress-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server