Export All Invoices Csv
GET/api/v1/import-jobs/export.csv
Export every invoice draft for the calling org as a CSV file.
Defined before /{job_id} so FastAPI matches the literal path
rather than treating export.csv as a UUID and returning 422.
Responsesโ
- 200
Successful Response