forked from 0xWheatyz/SPARC
Feature: Add cursor-based pagination to /analyze/batch and /jobs endpoints #731
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/batchand/jobsendpoints return all results in a single response. For large datasets this can be slow and memory-intensive.What to do
cursorandlimitquery parameters.next_cursorin the response for clients to fetch the next page.Acceptance Criteria
cursorandlimitquery parameters.next_cursorfield (null when no more results).Reference
Roadmap: P3 — API pagination.
[Repo Manager] Already resolved. /jobs endpoint has cursor-based pagination with next_cursor.
Closing as already implemented in the codebase.