AWX API limit ??

Hi Group

When running curl/invoke-restmethod on Linux/windows GET request to inventory inventory I get only 50 hosts from 160 listed in inventory
https://HOSTNAME/api/v2/inventories/2/hosts/

Also lines in output json files are different 1484(50 hosts) and when i copy and check on www api i have 1965
So do you know where that limit can be on Curl or powerhell invoke-restapi?
/Newbie

See if the pagination docs help with your issue: https://docs.ansible.com/ansible-tower/latest/html/towerapi/pagination.html

-John

Thx solved
and once more thx for fast response
/Newbie