---
title: "List all Plaid Asset Reports"
method: GET
path: "/customers/{customer_id}/plaid_assets"
tags: ["Open Banking"]
deprecated: true
---

# List all Plaid Asset Reports

`GET /customers/{customer_id}/plaid_assets`

> **Deprecated.**

Returns a paginated list of Plaid Asset Reports related to a customer. The list is sorted by creation date in ascending order, with the oldest data appearing first.

**Warning**  This endpoint is deprecated. The recommended endpoint is [Get Open Banking Data](https://docs.inscribe.ai/reference/getopenbankingdata).

## Path parameters

- `customer_id` string, uuid, required

## Query parameters

- `size` integer, required
- `cursor` string, uuid

## Response `200`

Successfully retrieved Plaid Asset Reports.

- ListOpenBankingData
  - `data` OpenBankingData[] — A map with a data property that contains an array of Open Banking Data records. Each entry in the array is an Open Banking Data object. If no Open Banking Data object is available, the resulting array will be empty.
    - `id` string, uuid — Unique identifier for the Open Banking Data.
    - `created_at` string, date-time — Time at which the Open Banking Data was created, in the format: yyyy-MM-dd'T'HH:mm:ssZ
    - `state` 'PROCESSING' | 'PROCESSED' | 'ERROR_PROCESSING' | 'CORRUPT_DATA_DETECTED' — The current state of the Open Banking Data, it has the following options: PROCESSING - This Open Banking Data is still being processed. PROCESSED - This Open Banking Data has finished processing and results are available. ERROR_PROCESSING - An error occurred while processing this Open Banking Data. CORRUPT_DATA_DETECTED - This Open Banking Data was found to contain corrupted data and could not be processed.
    - `no_of_bank_accounts` integer — The number of bank accounts present in the Open Banking Data. This value will be 0 until the data is in the PROCESSED state.
  - `pagination` object
    - `cursor` string, uuid — A cursor for use in pagination. This cursor value can be used to request the next set of Open Banking Data records.

## Other responses

- `400` — You have provided incorrect data.
- `403` — You do not have permission to access this resource.
- `404` — The specified resource was not found.
- `429` — Too many requests. The request has been rate limited. For more information, visit our [documentation on rate limiting](https://docs.inscribe.ai/docs/are-the-endpoints-rate-limited).

---

[API](https://skmtc.net/inscribe/apis/core-resources.md) · [All operations](https://skmtc.net/inscribe/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inscribe/core-resources/revisions/6489b36eb60f/schema)
