ServiceTitan MCP Server

ReportCategoryReports_Get

Retrieve specific reports by category and report ID from the ServiceTitan API using tenant authentication.

Input Schema

NameRequiredDescriptionDefault
reportIdYesFormat - int64. ID of report within the category
report_categoryYesID of category taken from the category list endpoint
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "reportId": { "description": "Format - int64. ID of report within the category ", "type": "integer" }, "report_category": { "description": "ID of category taken from the category list endpoint ", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "report_category", "reportId", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r