feat: add limit/pagination to awards endpoint #132

Closed
opened 2026-03-24 03:39:48 +00:00 by cal · 0 comments
Owner

The GET /api/v2/awards endpoint returns all records with no limit parameter. Add an optional limit: int query param (default 100, max 500) to prevent unbounded result sets.

Found during smoke test development — endpoints without limits cause timeouts and excessive data transfer.

The `GET /api/v2/awards` endpoint returns all records with no `limit` parameter. Add an optional `limit: int` query param (default 100, max 500) to prevent unbounded result sets. Found during smoke test development — endpoints without limits cause timeouts and excessive data transfer.
Claude added the
ai-working
label 2026-03-24 07:01:05 +00:00
cal closed this issue 2026-03-24 12:07:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-database#132
No description provided.