Downloads the CSV result file for a completed import batch showing success/failure status for each imported row.
model (ImportBatchResultFileQueryRequest) — Request parameters including:
batchId (guid, required) — Unique identifier of the import batch.The access token received from the authorization server in the OAuth 2.0 flow.
Identifier of the import batch whose file is requested. Corresponds to the batch originally uploaded by the administrator and must match an existing processed batch before a result file is returned.
Identifier of the owning company for validation purposes. Ensures the requesting admin cannot access batches belonging to other tenants.
Identifier of the project that owns the import batch. Used by the manager to confirm that the batch being accessed was produced for the same project expected by the caller.
Type of result file that should be returned. Helps select the correct template or storage location when multiple import categories share the same batch identifier.
Transactions, PaymentsInfo, TransferTransactions, TransferPaymentsInfo Always returned with CSV file stream. Content-Type is text/csv.
The response is of type file.