-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Actions before raising this issue
- I searched the existing issues and did not find anything similar.
- I read/searched the docs
Is your feature request related to a problem? Please describe.
The current API docs don't make it clear that some GET requests (i.e. /api/tasks, and probably others) will paginate results with a default page size of 10, rather than returning all results in a single request as a user might naively expect.
Describe the solution you'd like
Updated documentation to reflect the default pagination behavior, for any API endpoint that returns an array of results.
Alternatively, but probably a more involved change, would be to add a parameter that allows a user to override the default pagination and return all results if they so desire.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request