influxdata / influxdata/influxdb
Add pagination support to `/tasks/{taskID}/runs` API
Open
area/2.x
area/api
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Add support for `limit`/`after`/`descending` to the `GET /tasks/{taskID}/runs` API.
Contributor guide
Research direction
Start by locating the handler and existing tests for GET /tasks/{taskID}/runs. Read how that endpoint currently returns runs and compare nearby paginated API endpoints for conventions. Done means the endpoint supports limit, after, and descending and its behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100