Hi @Sheeraj9191 ,
I believe the table you are looking for is `system.billing.usage` (docs: https://docs.databricks.com/en/admin/system-tables/billing.html#billable-usage-table-schema). This table contains information at the job level in field `usage_metadata.job_id`.
Each Job Run could be differentiated by the Usage Start / End Time.
Hope this helps.