Obtaining "bare" list of hosts from foreman

Howdy,

Work is being done in Refactor #18975: Store info about relevancy of a host status in database - Foreman to make
the host api faster. However, sometimes a simple list of hosts will
suffice, and the user can then loop through each host in their script and
fetch the info or perform updates one by one.

Would it make sense to add a "minimal" option to the hosts call, in order
to only send back the host ID and name? I can put in an RFE for this but I
wanted to get feedback first in case there was a better method of
accomplishing the same thing.