List statementsAsk AIget https://sandbox.lithic.com/v1/financial_accounts/{financial_account_token}/statementsList the statements for a given financial account.Path Paramsfinancial_account_tokenuuidrequiredGlobally unique identifier for financial account.Query ParamsbegindateDate string in RFC 3339 format. Only entries created after the specified date will be included.enddateDate string in RFC 3339 format. Only entries created before the specified date will be included.ending_beforestringA cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.page_sizeinteger1 to 100Defaults to 50Page size (for pagination).starting_afterstringA cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.include_initial_statementsbooleanDefaults to falseWhether to include the initial statement. It is not included by default.truefalseResponse 200OKUpdated 9 months ago