report_category_reports_get_reports
Retrieve specific reports by category ID from ServiceTitan, including pagination and total count options, using the MCP server API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeTotal | No | Whether total count should be returned | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
report_category | Yes | ID of category taken from the category list endpoint | |
tenant | Yes | Format - int64. Tenant ID |