How to increase the awx cli result limit of 25

To fetch all results, add the flag --all to the query.

usage: awx job_events list [-h] [--all] [-f {json,yaml,jq,human}]
                       [--filter TEXT] [--conf.color BOOLEAN] [-v]
                       [--type {job_event}] [--created CREATED]
                       [--modified MODIFIED] [--job ID]
                       [--event {runner_on_failed,runner_on_start,runner_on_ok,runner_on_error,runner_on_skipped,runner_on_unreachable,runner_on_no_hosts,runner_on_async_poll,runner_on_async_ok,runner_on_async_failed,runner_item_on_ok,runner_item_on_failed,runner_item_on_skipped,runner_retry,runner_on_file_diff,playbook_on_start,playbook_on_notify,playbook_on_include,playbook_on_no_hosts_matched,playbook_on_no_hosts_remaining,playbook_on_task_start,playbook_on_vars_prompt,playbook_on_setup,playbook_on_import_for_host,playbook_on_not_import_for_host,playbook_on_play_start,playbook_on_stats,debug,verbose,deprecated,warning,system_warning,error}]
                       [--counter INTEGER] [--event_data JSON/YAML]
                       [--failed BOOLEAN] [--changed BOOLEAN]
                       [--uuid TEXT] [--parent_uuid TEXT] [--host ID]
                       [--host_name TEXT] [--playbook TEXT] [--play TEXT]
                       [--task TEXT] [--role TEXT] [--stdout TEXT]
                       [--start_line INTEGER] [--end_line INTEGER]
                       [--verbosity INTEGER]

--all

    fetch all pages of content from the API when returning results (instead of just the first page)

Reference: Ansible Tower/AWX CLI v3.8.3 User Guide