# List Bank Account Storage Data Monitors List all Data Monitors of the give Bank Account Storage. Endpoint: GET /bankaccountstorages/{storageId}/datamonitors Version: 2 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the BankAccountStorage. Example: "72d6900fce6b326088f5d9d91049e3e6" ## Query parameters: - `startAfter` (string) Indicator for the next page. Example: "5c6a2c7e-9b0a-4e1a-8b0a-4e1a8b0a4e1a" - `limit` (integer) Number of results that should be fetched. Maximum 100 results can be returned in one page. Example: "50" ## Response 200 fields (application/json): - `values` (array) List of Data Monitors. Example: "[ff864c7bfe38397b8c160bc624f97574, 1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p]" - `values.id` (string) Unique identifier of Data Monitor. Example: "ff864c7bfe38397b8c160bc624f97574" - `values.name` (string) Data Monitor name. Example: "Trust Score Data Monitor Name" - `values.type` (string) Unique identifier of a Bank Account Storage Data Monitor type. Enum: "TRUST_SCORE" - `values.enabled` (boolean) The toggle used to enable or disable the Data Monitor. Example: true - `values.createdAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `values.modifiedAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `values.disabledAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `limit` (integer) Number of items per page. Example: "100" - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652" - `total` (integer) Total number of items which can be paged. Example: "67"