How to extract the start and end time of the command line cell of the notebook using REST API in Azure Databricks?

Mikki007
New Contributor II

Hi

I have a notebook with many command line cells in it.

I want to extract the execution time of each cell using Databricks REST API? How can I do that?

Please note - I managed to get the Start & End time of the Job using REST API (/2.1/jobs/runs/get) for the notebook however struggling to get it at the Cell level

I am on Azure Databricks Runtime version 13.

Any help on this would be highly appreciated.