Goal
The GET /api/jobs endpoint returns all jobs. Add page / page_size parameters with a stable order.
Good first issue
- Mirror the pagination style used elsewhere in the codebase.
- Return
{items, total, page, page_size}.
Acceptance criteria
- Paginated responses and a test for page boundaries.
Goal
The
GET /api/jobsendpoint returns all jobs. Addpage/page_sizeparameters with a stable order.Good first issue
{items, total, page, page_size}.Acceptance criteria