Does confd provide CLI related MAAPI that be pagenated by screen-lenght?

Try piping your command output through more:
<your command> | more

If that doesn’t work for you, I suppose you can paginate the output yourself using maapi_cli_printf() after first reading current screen-width and screen-length using maapi_cli_get() and some variant of maapi_cli_prompt() for the prompting.