Export liability report
Queues an asynchronous export job that produces one CSV per filing, bundles them into a zip, uploads the zip to storage, and emails a signed download link to delivery_recipients when complete. All filings in a single request must belong to the same corporation (max 100 filings). Poll job status via the jobs endpoint, filtering by entity=FILING and operation=EXPORT_INDIRECT_TAX_FILINGS_LIABILITY_REPORT.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
List of filing UUIDs to include in the export. Maximum 100 entries.
1 - 100 elementsEmail addresses that will receive a signed download link to the generated zip when the export job completes.
1["tax-team@example.com"]