Fetches granular details about each record in a batch import process, including processing status, validation errors, and troubleshooting information.
inputModel (BackgroundProcessGetProcessImportBatchQueryRequest) — Filtering options including:
backgroundProcessId (guid, required) — ID of the parent background process.status (string, optional) — Filter by entry status (Pending, Processed, Failed).limit (int, optional) — Maximum number of records to return (default: 50).offset (int, optional) — Number of records to skip for pagination.BackgroundProcessGetProcessImportBatchQueryResponse containing individual batch entry details with processing status and errors.
rawData field contains the original input that was processed for troubleshooting.rowNumber to identify specific rows in the original import file.The access token received from the authorization server in the OAuth 2.0 flow.
Project identifier whose import batches should be inspected.
"f0e352f7-4e5b-46e1-a2e3-4c33805ea3f3"
Collection of import types that should be included.
Transactions, PaymentsInfo, TransferTransactions, TransferPaymentsInfo "[ImportType.Transactions, ImportType.TransferTransactions]"
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Represents the response returned when requesting import batch background processes.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Collection of import batch background processes that matched the query.
[
{
"Id": "9a0cab4d-d78f-4cef-bf07-02d843dc02d2",
"Status": "Completed"
}
]