# GetAccountStatements Endpoint: GET /v1/sessions/{sessionId}/account-statements Version: 1.0 Security: keycloakAuthTest, keycloakAuthLive ## Path parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `accounts` (array,null) List of account statement items included in the response. - `accounts.statementId` (string) Unique identifier of the requested account statement. - `accounts.daysRequested` (integer) Number of days of transaction history requested in the request. ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields