get_tax_report
Retrieve detailed tax report information using a specific report ID. Streamline tax management and access essential financial data for accurate accounting and compliance.
Instructions
Retrieve a specific tax report.
Args:
report_id: Public ID of the tax report to retrieve
Returns:
Tax report details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
report_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"report_id": {
"title": "Report Id",
"type": "string"
}
},
"required": [
"report_id"
],
"title": "get_tax_reportArguments",
"type": "object"
}