forked from 0xWheatyz/SPARC
Add cursor-based pagination to batch and jobs list endpoints #847
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The /analyze/batch results and /jobs list endpoints return all records at once. As the dataset grows this will cause slow responses and high memory usage. Cursor-based pagination makes these endpoints scalable.
Roadmap Reference
P3 Nice to Have -- API pagination. See ROADMAP.md.
What to Do
Acceptance Criteria
Resolved by PR #59. Cursor-based pagination added to batch and jobs list endpoints.