โ08-03-2023 12:25 AM
HI,
When I do GET request to obtain list of job runs using `/api/2.1/jobs/runs/list` there is no `prev_page_token`, `next_page_token` fields in the response despite of having `has_more: True`.
โ08-03-2023 03:23 AM
Hi @jgrycz, Based on the provided information, the /api/2.1/jobs/runs/list
API endpoint returns a list of runs in descending order by start time. It includes a has_more
field in the response indicating whether additional runs matching the provided filter are available for listing. However, there is no mention of prev_page_token
or next_page_token
areas in the response. Therefore, it seems that these fields are not included in the response of this API endpoint.
Sources: https://docs.databricks.com/workflows/jobs/jobs-2.0-api.html#runs-list
โ08-03-2023 04:19 AM
Thanks for the response @Kaniz !
Oh ok, but I did read this doc: https://docs.databricks.com/api/workspace/jobs/listruns could you confirm that it's correct one?
So are we able to get the rest of the runs?
โ08-03-2023 04:50 AM
Hi @jgrycz, yes! It is the correct one.
โ08-03-2023 05:18 AM
There is API 2.1 available for jobs and here is better documentation https://docs.databricks.com/api/workspace/jobs/list
Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections.
Click here to register and join today!
Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.