latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Data v2.Connector.Operations
REGION.US
MULTI_TENANT

Get Operation

Retrieves the current status of an asynchronous operation initiated via the data v2 Connector for transaction data (ingest, update, or delete).

The request uses the operationId returned when the original data v2 Connector operation was initiated to fetch its latest state of this operation.

For guidance on how to work with Get Operation endpoint in your specific product context, refer to the documentation for the relevant Tink product you use with the data v2 Connector.

get/data/v2/connector/operations/{operationId}

Path parameters

operationIdstring required

Tink generated Connector operation identifier. Obtained after any operation initiated with Connector v2 Transactions endpoints.

Response

A successful response.

externalOperationIdstring

Client-provided operation identifier. This is the externalOperationId sent in the Connector v2 Transactions ingestion request, if provided.

idstring required

Tink generated Connector operation identifier.

Example response

{
  "externalOperationId": "5d23637a86b34d968a339c7d0785e0d2",
  "id": "0d78a838-3885-4d40-962f-83373c955074",
  "users": [
    {
      "exceptions": [
        {
          "externalAccountId": "4fd3eaefd758465d9aa0fc70264aa6c5",
          "externalTransactionId": "5238d7bebcd34a038df4fecf7e9287eb",
          "fieldPath": "User[0].Account[0].Transaction[0]",
          "reasons": [
            {
              "errorType": "MISSING_TRANSACTION_AMOUNT",
              "fieldName": "amount",
              "message": "Transaction amount is required field."
            }
          ]
        }
      ],
      "externalUserId": "e0afd9632d8948aaacfd0d5aac4800c1",
      "status": "PROCESSED"
    }
  ]
}