QuickBooks Desktop “reports” are a unique data type that is less commonly used than other QuickBooks Desktop features. For this reason, Conductor’s fully typed API does not yet support the Reports API directly, but reports are fully accessible via the Conductor passthrough endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
Use this file to discover all available pages before exploring further.
-
To use the passthrough endpoint, see the examples to the right. You’ll provide a JSON object using QuickBooks Desktop’s native field names and structure, and receive a JSON object as a response. The response shapes the data as a table with
rowsandcolumns. -
To determine the correct names and structure to use for your request input, reference the official QuickBooks Desktop SDK documentation as follows:
- Visit Intuit’s official QuickBooks Desktop SDK docs site.
-
Search the page for “report” to find the various report types in the sidebar. For example, see the documentation for the
GeneralSummaryReportQueryreport type used in the example to the right. -
Once on the page for the report type you want to use, click the
XMLOpstab to more easily see the correct names and structure to use for your request input and the expected response fields.
GeneralSummaryReportQuery report type.
While the passthrough route requires more manual configuration than our native endpoints, once configured, it provides a reliable way to access all QuickBooks Desktop reports via Conductor.

