Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 03:17 AM
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,