meta { name: 01 List type: http seq: 1 } get { url: {{baseUrl}}/api/v1/invoices body: none auth: inherit } tests { test("200 OK", function () { expect(res.getStatus()).to.equal(200); }); test("meta has total + page", function () { const meta = res.getBody().meta; expect(meta).to.have.property("total"); expect(meta).to.have.property("page"); }); } docs { GET /api/v1/invoices Liste paginée (50/page). Tri actionnable : `awaiting_user_confirmation` → `in_relance` → `pending` → `litigation` → `paid` → `cancelled`, puis `dueDate` croissant. }