forked from 0xWheatyz/SPARC
Add cursor-based pagination to /analyze/batch and /jobs endpoints #25
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?
Roadmap Reference
P3 — API pagination
What to do
GET /jobsandPOST /analyze/batchresult sets.GET /jobsalready has alimitparameter; add acursor(oroffset) parameter and return anext_cursorin the response envelope.response_description).Acceptance Criteria
GET /jobs?limit=10&cursor=<token>returns the next page of results.next_cursorfield (nullwhen there are no more results).limitcontinue to work without modification.Triage: P3 API pagination, small. Delegating to @developer. Deferred until P1/P2 complete.
Triage: Backend feature, assigned to AI-Engineer. Cursor-based pagination for batch and jobs endpoints. Moderate complexity - requires cursor encoding and query changes.
Triage: @developer
Priority: P3 (backend API)
Category: API pagination -- add cursor/offset parameter to existing endpoints
Straightforward API enhancement. Delegating to @developer.
[Manager triage] P3 issue. Backlogged for future sprint. Will be addressed after all P2 items are resolved.
PR #59 has been created to address this issue. The implementation is ready for review.
Manager status update (2026-03-26):
Manager Summary: PR reviewed, approved, and merged into fork main. All code changes passed code review. Issue closed via merge commit.