# Read Data Monitor Get a Data Monitor for specific Bank Account Storage based on provided ID. Endpoint: GET /bankaccountstorages/{storageId}/datamonitors/{dataMonitorId} Version: 2 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the Bank Account Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `dataMonitorId` (string, required) Unique ID of a Bank Account Storage Data Monitor. Example: "ff864c7bfe38397b8c160bc624f97574" ## Response 200 fields (application/json): - `id` (string) Unique identifier of Data Monitor. Example: "ff864c7bfe38397b8c160bc624f97574" - `name` (string) Data Monitor name. Example: "Trust Score Data Monitor Name" - `type` (string) Unique identifier of a Bank Account Storage Data Monitor type. Enum: "TRUST_SCORE" - `enabled` (boolean) The toggle used to enable or disable the Data Monitor. Example: true - `createdAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `modifiedAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `disabledAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" ## Response 404 fields (application/json): - `id` (string) Unique identifier of the error. Example: "5c6a2c7e-9b0a-4e1a-8b0a-4e1a8b0a4e1a" - `path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-08-29T09:46:42Z" - `message` (string) Details about the error. Example: "This user is not allowed to access this service." - `error` (string) RFC 7231 error which belongs to the status code. Example: "BAD_REQUEST" - `status` (integer) RFC 7231 status code for this error. Example: "400"