reporting_reports_data_create
Retrieve a specific page of report data from ServiceTitan by supplying report category, ID, and required parameters. Use page, pageSize, and includeTotal to control pagination and totals.
Instructions
Execute one requested page of a known report and return the upstream report-data response. First inspect reporting_reports_get for that report's required parameter names, value types, and accepted formats; pass those entries in parameters, and use page, pageSize, and includeTotal to control this request. This generic reporting call is not subject to the intelligence tools' report scheduler or 65-second spacing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page | |
| reportId | Yes | Report ID | |
| parameters | Yes | Report parameters (name/value pairs from report definition) | |
| includeTotal | No | Include total count | |
| reportCategory | Yes | Report category ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||