# List Data Sources List all data sources for the system bank data. Endpoint: GET /system/banks/datasources Version: 2 Security: apiKey ## 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): - `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" - `limit` (integer) Number of items per page. Example: "100" - `values` (array) List of system data sources. - `values.name` (string) Name of a data source of a storage. Example: "Internal customers" - `values.dataTransformationId` (string) The ID of an existing data transformation, which will be used to transform raw records into bank accounts. Example: "72d6900fce6b326088f5d9d91049e3e6" - `values.id` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z" - `values.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z"