treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

Incorrect description of the `last_id` query param on GET /api/attempts endpoint. #1814

Open wchen4 opened 10 months ago

wchen4 commented 10 months ago

The doc shows "list attempts whose id is GREATER THAN this id for pagination", however, the actual behavior is that it shows where id is LESS THAN the supplied last_id.

image

yoyama commented 10 months ago

Hi, thank you for your report. I confirmed your report is right. We will fix it later.