Retrieve a Transaction Processing Task
Retrieves an existing Transaction Processing Task.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Headers
The Teal instance ID
Path Parameters
The Transaction Processing Task ID.
Response
Successful Response
"UjL3BQnEaJtecuC7CUeDk"
Status of the transaction processing task
pending, posted, complete, failed "pending"
Indicates the datetime in UTC when the task was created.
"2024-01-01T00:00:00Z"
Indicates the datetime in UTC when the task was last updated.
"2024-01-01T00:00:00Z"
The Error object if any errors were encountered in the processing. If the processing task was created by a Plaid import, the Plaid errors will be passed through there. See Plaid's documentation for more information on their error messages.
- PlaidError
- GeneralError
null
The source account containing the transactions
Type of transaction processing task
import_transactions, recategorization, delete_date_range, set_business_flag, process_aged_unposted, retry_unposted, legacy The ID of the ledger that the transactions are being created for.
"7JRNsKwy2Lw66caxVU7WGC"
The IDs of Transactions successfully processed by this task.
The IDs of Transactions that were removed by this task.
The IDs of Transactions that were modified by this task.
The IDs of Transactions that were skipped by this task.
The IDs of Transactions that failed to process in this task.