I don't think it does - you say you want a table with other values like handler="/scores", handler="/runs" etc.
Why does this query not do what you want?
http_requests_total{job="apiserver"}
It will give you a separate answer for every timeseries, which means every unique value of the "handler" label. It's the table you asked for. Try it in the promQL browser in the prometheus web interface.