digdag
digdag copied to clipboard
Incorrect description of the `last_id` query param on GET /api/attempts endpoint.
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.
Hi, thank you for your report. I confirmed your report is right. We will fix it later.
Do we have any updates on this matter? It seems that the logic still hasn't been fixed.
We are dealing with a use case where we collect attempts of workflow executions, and we would like to apply the 'last_id' logic to perform incremental loads of these attempts.