aleksandra_ch
Databricks Employee
Databricks Employee

Hi @aranjan99 ,

The limit parameter limits the number of runs per page, not the total cap. Make sure to have a single request with limit=N and do not follow page_token if the response includes one. That returns up to N most recent runs in a single page.

Hope it helps,