Hi Shivam.
This usually happens when the test runs too long and the backend stops storing per-API metrics for the entire 24-hour window. Azure Load Testing keeps detailed API-level stats only for shorter test runs; for long endurance runs it mainly aggregates high-level metrics (throughput, failures, latency, etc.). That’s why your 10-min and 30-min tests show API details, but the 24-hr run doesn’t.
A couple of quick things you can try:
Break the 24-hr run into multiple shorter chunks (e.g., 2–4 hour runs) and stitch results together.
Make sure your app insights / server-side logs are enabled — they’ll still give you per-API breakdown during long tests.
If this behaviour is unexpected in your workspace, it’s best to raise an Azure support ticket so they can check the backend logs for your load test run.
Try this once and let me know how it goes.