influxdata / influxdata/influxdb
Add pagination support to `/tasks/{taskID}/logs` 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}/logs` API.
Contributor guide
Research direction
Start at the handler or entry point for GET /tasks/{taskID}/logs and trace how log results are returned. Check how limit, after, and descending should affect the response, then verify that the endpoint supports all three parameters with appropriate pagination behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100