Retrieve results
GET /agents/metrics/results lists results and supports filters such as metric_id, agent_id, and call_id.
Use GET /agents/metrics/results/export with the same filters to download CSV data. Without limit, the endpoint streams every matching row as one CSV file.
limit, the response is one page. When the X-Has-More header is true, pass the X-Next-Cursor header value as starting_after to fetch the next page.