There is business requirement to display the actual start date of test case. We can get the last run id from the test case object and details can be retrieved with the below query.
https://dev.azure.com/{organization}/{project}/_apis/test/Runs/{lastTestRunid}/results/{lastResultid}&api-version=5.0-preview.5
Is there a way to get the first run ID of the test case?