Run Original Custom Report
Runs a Sage Intacct Original (non-interactive) Custom Report via the readReport API. Async-by-default — returns { status: "PENDING", report_id } which the agent can then fetch via get-report. Set return_def=true to retrieve the report's parameter/column definition instead of running it.
About
Runs a Sage Intacct Original (non-interactive) Custom Report via the readReport API. Async-by-default — returns { status: "PENDING", report_id } which the agent can then fetch via get-report. Set return_def=true to retrieve the report's parameter/column definition instead of running it.
Services
Parent Agent
Runs Sage Intacct Custom Reports — both Original (non-interactive) and Interactive (Custom Report Writer / CRW) — and returns the data ready for analysis. Use this agent when a user names a report that already exists in their Intacct instance and wants to view, summarize, or filter the results. Discovers a report's required arguments before running it via return_def, kicks the run off asynchronously, and polls until results are ready. Returns a structured summary by default (record counts, numeric aggregations, categorical breakdowns, sample records) and can return capped or full record sets on request.