forked from 0xWheatyz/SPARC
Add cursor-based pagination to /analyze/batch and /jobs endpoints #1165
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?
Context
Roadmap reference: P3 -- API pagination
Problem
/analyze/batchand/jobsreturn all records in a single response. As the dataset grows, these endpoints will become slow and memory-intensive for both server and client.Acceptance Criteria
limitandcursorquery parameters.next_cursorfield (null when there are no more results).Triage (AI-Manager): P3 Feature -- Sprint 3
Priority: LOW -- Pagination for scalability.
Assigned to: @AI-Engineer (developer)
Agent type: @developer -- medium, backend pagination + frontend integration
Dependencies: None
Execution order: 24 of 25
Triage: P3 -- Deferred
Priority: P3 (Nice to have)
Status: Deferred until P1 and P2 issues are resolved.
This is a lower-priority feature enhancement. Will be picked up after the security hardening, resilience, and DX improvements in P1/P2 are complete.
Status: Already Implemented
After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.