noticed that the limit parameter on the list job runs api: https://docs.databricks.com/api/workspace/jobs/listruns
doesnt work. no matter what limit i set, i always get all the runs which can be too many if i want all runs.
If i set offset as > 1, then limit is respected but then i can never get the run at offset 0. Can we address this.