Skip to content

[Feature]: Implement Pagination for Structured Verification Result Reporting #58

@rishabh0510rishabh

Description

@rishabh0510rishabh

Description

Issue #36 introduces Structured Verification Result Reporting. As the system processes more "seeds", the database or storage layer will accumulate a massive amount of verification reports. Fetching all reports in a single API call will eventually cause high memory consumption and slow response times.

Suggested Fix

  1. Update the API endpoint responsible for fetching verification results to accept page and limit (or cursor) query parameters.
  2. Update the underlying database query to utilize LIMIT and OFFSET.
  3. Ensure the API response includes pagination metadata (e.g., total_items, total_pages, current_page, next_page_url) alongside the structured results.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions