GET
/
v0
/
sources
/
plaid
/
links
/
status
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/sources/plaid/links/status \
  --header 'Authorization: Bearer <token>'
{
  "next_page_token": "ikal0NEVfMhF8dJf4yQ6KQZmGD",
  "prev_page_token": "vuA7JeKI5c6FLnPt5JfRcZcJxW",
  "records": [
    {
      "token_handle": {
        "id": "UjL3BQnEaJtecuC7CUeDk",
        "type": "plaid",
        "date": "2022-01-01T00:00:00Z",
        "enabled": true
      },
      "ledger": {
        "id": "7JRNsKwy2Lw66caxVU7WGC",
        "debit_credit": "debit",
        "editable": true,
        "financial_account_type": "bank_account",
        "is_required": true,
        "name": "Pluto Checking 4242",
        "parent": "<any>",
        "parent_id": "<string>",
        "report_cash_flow": true,
        "sort_code": "1400",
        "sub_type": "current_assets",
        "type": "asset"
      },
      "instance": {
        "id": "RKtPbubK5NcbBsUmU1ktSP",
        "entries_start": "2024-01-01T00:00:00Z",
        "name": "ACME Goods Inc",
        "subscription": "tier3",
        "accounting_package": "platformgl"
      },
      "txn_processing_task": {
        "id": "UjL3BQnEaJtecuC7CUeDk",
        "status": "pending",
        "created_datetime": "2024-01-01T00:00:00Z",
        "updated_datetime": [
          "2024-01-01T00:00:00Z"
        ],
        "error": {
          "error_type": "API_ERROR",
          "error_code": "INTERNAL_SERVER_ERROR",
          "error_message": "An unexpected error occurred.",
          "display_message": "Something went wrong.",
          "request_id": "KipL51BWnPIpOmi",
          "causes": [
            {
              "error_type": "API_ERROR",
              "error_code": "INTERNAL_SERVER_ERROR",
              "error_message": "An unexpected error occurred.",
              "display_message": "Something went wrong.",
              "request_id": "KipL51BWnPIpOmi",
              "causes": [
                {
                  "error_type": "API_ERROR",
                  "error_code": "INTERNAL_SERVER_ERROR",
                  "error_message": "An unexpected error occurred.",
                  "display_message": "Something went wrong.",
                  "request_id": "KipL51BWnPIpOmi",
                  "causes": [
                    {
                      "error_type": "API_ERROR",
                      "error_code": "INTERNAL_SERVER_ERROR",
                      "error_message": "An unexpected error occurred.",
                      "display_message": "Something went wrong.",
                      "request_id": "KipL51BWnPIpOmi",
                      "causes": [
                        {
                          "error_type": "API_ERROR",
                          "error_code": "INTERNAL_SERVER_ERROR",
                          "error_message": "An unexpected error occurred.",
                          "display_message": "Something went wrong.",
                          "request_id": "KipL51BWnPIpOmi",
                          "causes": [
                            {
                              "error_type": "API_ERROR",
                              "error_code": "INTERNAL_SERVER_ERROR",
                              "error_message": "An unexpected error occurred.",
                              "display_message": "Something went wrong.",
                              "request_id": "KipL51BWnPIpOmi",
                              "causes": [
                                "<any>"
                              ],
                              "status": 500,
                              "documentation_url": "https://plaid.com/docs/errors/api/#internal_server_error-or-plaid-internal-error",
                              "suggested_action": "<string>"
                            }
                          ],
                          "status": 500,
                          "documentation_url": "https://plaid.com/docs/errors/api/#internal_server_error-or-plaid-internal-error",
                          "suggested_action": "<string>"
                        }
                      ],
                      "status": 500,
                      "documentation_url": "https://plaid.com/docs/errors/api/#internal_server_error-or-plaid-internal-error",
                      "suggested_action": "<string>"
                    }
                  ],
                  "status": 500,
                  "documentation_url": "https://plaid.com/docs/errors/api/#internal_server_error-or-plaid-internal-error",
                  "suggested_action": "<string>"
                }
              ],
              "status": 500,
              "documentation_url": "https://plaid.com/docs/errors/api/#internal_server_error-or-plaid-internal-error",
              "suggested_action": "<string>"
            }
          ],
          "status": 500,
          "documentation_url": "https://plaid.com/docs/errors/api/#internal_server_error-or-plaid-internal-error",
          "suggested_action": "<string>"
        },
        "source_account_id": "<string>",
        "ledger_id": "7JRNsKwy2Lw66caxVU7WGC",
        "created_transaction_ids": [
          "<string>"
        ],
        "removed_transaction_ids": [
          "<string>"
        ],
        "modified_transaction_ids": [
          "<string>"
        ],
        "skipped_transaction_ids": [
          "<string>"
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

instance_id
string | null

The Instance ID

limit
integer | null

The number of records to return. Max limit is 1000.

page_token
string

Response

200 - application/json
next_page_token
string | null
required

The token to use to request the next page

prev_page_token
string | null
required

The token to use to request the previous page

records
object[]
required

List of source account statuses