get job detail API

Jackson1111
New Contributor III

Hello, is there an API interface for passing in batches of run_id to obtain job running details?

Jackson1111
New Contributor III

I don’t know if there is a corresponding API or other solutions that can reduce API requests to obtain results.

mhiltner
Databricks Employee
Databricks Employee

Maybe this could help. Its not batch, but you can get the run_id details 

https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-get-output

Jackson1111
New Contributor III

Is there a batch interface? I want to reduce the number of requests.