Fetch a page of lists.
GET https://api.jsonpad.io/listscurl https://api.jsonpad.io/lists \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>"pagenumberhttps://api.jsonpad.io/lists?page=1The page number to fetch. Defaults to 1.limitnumberhttps://api.jsonpad.io/lists?limit=20The number of lists to fetch per page. Defaults to 20.orderstringhttps://api.jsonpad.io/lists?order=createdAtThe field to order the lists by. Defaults to createdAt.
Valid values are:
createdAtupdatedAtnamepathNamepinnedreadonlyrealtimeindexableprotectedactivateddirectionstringhttps://api.jsonpad.io/lists?direction=ascThe direction to order the lists by.
Valid values are:
ascdescnamestringhttps://api.jsonpad.io/lists?name=sampleFilter lists by name (partial match).pathNamestringhttps://api.jsonpad.io/lists?pathName=sampleFilter lists by pathName (partial match).pinnedbooleanhttps://api.jsonpad.io/lists?pinned=trueFilter for pinned lists. Can be true or false.readonlybooleanhttps://api.jsonpad.io/lists?readonly=trueFilter for readonly lists. Can be true or false.realtimebooleanhttps://api.jsonpad.io/lists?realtime=trueFilter for realtime-enabled lists. Can be true or false.indexablebooleanhttps://api.jsonpad.io/lists?indexable=trueFilter for indexable lists. Can be true or false.protectedbooleanhttps://api.jsonpad.io/lists?protected=trueFilter for protected lists. Can be true or false.x-api-tokenstringYour API token.No request body
{page: 1limit: 20total: 1data: [0: {id: "ddad52a8-1b29-4021-8402-e1f66efa7565"createdAt: "2026-09-05T11:29:40.572Z"updatedAt: "2026-09-05T11:29:40.572Z"user: {id: "5fbb1294-36e2-4d3c-9f07-6d22a3d0905e"createdAt: "2026-09-05T11:29:40.572Z"updatedAt: "2026-09-05T11:29:40.572Z"lastActiveAt: "2026-09-05T11:29:40.572Z"activated: truedisplayName: "Sample User"description: "Sample user description"}name: "Sample List"pathName: "sample-list"description: "Sample list description"schema: nullpinned: falsereadonly: falserealtime: falseprotected: falseindexable: trueactivated: trueitemCount: 0}]}x-total1The total number of results available.x-pages1The total number of pages available.