cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/transactions/tasks/{task_id} \ --header 'Authorization: Bearer <token>' \ --header 'teal-instance-id: <teal-instance-id>'
{ "id": "UjL3BQnEaJtecuC7CUeDk", "status": "pending", "created_datetime": "2024-01-01T00:00:00Z", "updated_datetime": "2024-01-01T00:00:00Z", "error": null, "source_account_id": "<string>", "ledger_id": "7JRNsKwy2Lw66caxVU7WGC", "created_transaction_ids": [ "<string>" ], "removed_transaction_ids": [ "<string>" ], "modified_transaction_ids": [ "<string>" ], "skipped_transaction_ids": [ "<string>" ] }
Retrieves an existing Transaction Processing Task.
The access token received from the authorization server in the OAuth 2.0 flow.
The Teal instance ID
The Transaction Processing Task ID.
Successful Response
The response is of type object.
object