---
title: "Changes to Gets transaction data in `cashflow_report`"
method: POST
path: "/cashflow_report/transactions/get"
---

# Changes to Gets transaction data in `cashflow_report`

`POST /cashflow_report/transactions/get`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 17 of 53 revisions.

- **2026-08-17** `e536704a333f` — 9 warning, 1 info
- **2026-07-22** `a1bbca018160` — 30 warning
- **2026-06-25** `80d23bfdc2e5` — 6 warning
- **2026-06-10** `fb8c3f188d8b` — 4 warning, 4 info
- **2026-04-17** `b9a2871636de` — 1 warning
- **2026-04-02** `7f9a02ad0ce3` — 11 warning
- **2026-01-26** `8addecd0b74a` — 4 warning
- **2025-12-11** `465584b48c99` — 2 warning, 4 info
- **2025-11-19** `4abee1c56929` — 2 info
- **2025-11-12** `f8b9f1a85767` — 4 warning, 4 info
- **2025-10-22** `af4b6e71d87f` — 2 warning
- **2025-10-02** `83dc2757b74e` — 4 warning
- **2025-09-02** `af95b7b9aa93` — 5 warning, 1 info
- **2025-08-13** `7fc793bb9e85` — 4 warning
- **2025-07-16** `bb819dcb75b3` — 1 info
- **2025-06-03** `b7200537f765` — 1 info
- **2024-02-21** `5de70cc1e6ca` — 1 breaking

## Changes

- **2026-08-17** `e536704a333f` — 9 warning, 1 info
  - added the new `charge card` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `commercial line of credit` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `cra_home_lending` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `cra_home_lending` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `cra_home_lending` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `cra_home_lending` enum value to the `item/products/items/` response property for the response status `200`
  - added the new `home equity loan` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `installment` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `prediction market` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the optional property `accounts/items/allOf[subschema #1: Account]/apy` to the response with the `200` status
- **2026-07-22** `a1bbca018160` — 30 warning
  - added the new `ASSETS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ASSETS_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `CRA_MONITORING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CRA_MONITORING_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `CREDIT_PROFILE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CREDIT_PROFILE_REPORT_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `ENCOMPASS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENCOMPASS_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `ENRICH_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENRICH_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `FRAUD_INSIGHTS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `FRAUD_INSIGHTS_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `FREDDIE_MAC_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `FREDDIE_MAC_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `LINK_DELIVERY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `LINK_DELIVERY_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `PROFILE_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `PROFILE_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `RECURRING_TRANSACTIONS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `RECURRING_TRANSACTIONS_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `STATEMENTS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `STATEMENTS_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `TRANSFER_RECURRING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_RECURRING_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `TRANSFER_REFUND_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_REFUND_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `cash advance` enum value to the `transactions/items/transaction_code` response property for the response status `200`
  - added the new `late fee` enum value to the `transactions/items/transaction_code` response property for the response status `200`
  - added the new `membership fee` enum value to the `transactions/items/transaction_code` response property for the response status `200`
  - added the new `returned item fee` enum value to the `transactions/items/transaction_code` response property for the response status `200`
- **2026-06-25** `80d23bfdc2e5` — 6 warning
  - added the new `IDEMPOTENCY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `IDEMPOTENCY_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `cra_qualify` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `cra_qualify` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `cra_qualify` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `cra_qualify` enum value to the `item/products/items/` response property for the response status `200`
- **2026-06-10** `fb8c3f188d8b` — 4 warning, 4 info
  - added the new `BASE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `BASE_REPORT_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `payment` enum value to the `transactions/items/transaction_code` response property for the response status `200`
  - added the new `refund` enum value to the `transactions/items/transaction_code` response property for the response status `200`
  - added the optional property `accounts/items/allOf[subschema #2]/mask` to the response with the `200` status
  - added the optional property `accounts/items/allOf[subschema #2]/name` to the response with the `200` status
  - added the optional property `accounts/items/allOf[subschema #2]/official_name` to the response with the `200` status
  - added the optional property `accounts/items/allOf[subschema #2]/verification_name` to the response with the `200` status
- **2026-04-17** `b9a2871636de` — 1 warning
  - added the new `limited purpose checking` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
- **2026-04-02** `7f9a02ad0ce3` — 11 warning
  - added the new `fhsa` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `protect_transactions` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `protect_transactions` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `protect_transactions` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `protect_transactions` enum value to the `item/products/items/` response property for the response status `200`
  - added the new `qshr` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `roth 403B` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `roth 457b` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `roth pension` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `roth profit sharing plan` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
  - added the new `roth thrift savings plan` enum value to the `accounts/items/allOf[subschema #1: Account]/subtype` response property for the response status `200`
- **2026-01-26** `8addecd0b74a` — 4 warning
  - added the new `cra_plaid_credit_score` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `cra_plaid_credit_score` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `cra_plaid_credit_score` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `cra_plaid_credit_score` enum value to the `item/products/items/` response property for the response status `200`
- **2025-12-11** `465584b48c99` — 2 warning, 4 info
  - added the new `v1` enum value to the `transactions/items/personal_finance_category/version` response property for the response status `200`
  - added the new `v2` enum value to the `transactions/items/personal_finance_category/version` response property for the response status `200`
  - added the optional property `item/error/provided_account_subtypes` to the response with the `200` status
  - added the optional property `item/error/required_account_subtypes` to the response with the `200` status
  - added the optional property `provided_account_subtypes` to the response with the `default` status
  - added the optional property `required_account_subtypes` to the response with the `default` status
- **2025-11-19** `4abee1c56929` — 2 info
  - removed the `IDENTITY_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `IDENTITY_ERROR` enum value from the `item/error/error_type` response property for the response status `200`
- **2025-11-12** `f8b9f1a85767` — 4 warning, 4 info
  - added the new `IDENTITY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `IDENTITY_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - added the new `USER_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `USER_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
  - removed the `cra_plaid_credit_score` enum value from the `item/available_products/items/` response property for the response status `200`
  - removed the `cra_plaid_credit_score` enum value from the `item/billed_products/items/` response property for the response status `200`
  - removed the `cra_plaid_credit_score` enum value from the `item/consented_products/items/` response property for the response status `200`
  - removed the `cra_plaid_credit_score` enum value from the `item/products/items/` response property for the response status `200`
- **2025-10-22** `af4b6e71d87f` — 2 warning
  - added the new `SIGNAL_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `SIGNAL_ERROR` enum value to the `item/error/error_type` response property for the response status `200`
- **2025-10-02** `83dc2757b74e` — 4 warning
  - added the new `cra_lend_score` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `cra_lend_score` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `cra_lend_score` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `cra_lend_score` enum value to the `item/products/items/` response property for the response status `200`
- **2025-09-02** `af95b7b9aa93` — 5 warning, 1 info
  - added the new `cra_plaid_credit_score` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `cra_plaid_credit_score` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `cra_plaid_credit_score` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `cra_plaid_credit_score` enum value to the `item/products/items/` response property for the response status `200`
  - added the new `undefined` enum value to the `item/auth_method` response property for the response status `200`
  - added the optional property `transactions/items/personal_finance_category/version` to the response with the `200` status
- **2025-08-13** `7fc793bb9e85` — 4 warning
  - added the new `cra_monitoring` enum value to the `item/available_products/items/` response property for the response status `200`
  - added the new `cra_monitoring` enum value to the `item/billed_products/items/` response property for the response status `200`
  - added the new `cra_monitoring` enum value to the `item/consented_products/items/` response property for the response status `200`
  - added the new `cra_monitoring` enum value to the `item/products/items/` response property for the response status `200`
- **2025-07-16** `bb819dcb75b3` — 1 info
  - added the optional property `transactions/items/counterparties/items/account_numbers` to the response with the `200` status
- **2025-06-03** `b7200537f765` — 1 info
  - endpoint added
- **2024-02-21** `5de70cc1e6ca` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/plaid/apis/the-plaid-api/docs/cashflow_report/transactions/get/post.md) · [API](https://skmtc.dev/plaid/apis/the-plaid-api.md) · [Page](https://skmtc.dev/plaid/apis/the-plaid-api/changes/cashflow_report/transactions/get/post)
