Fetch a page of lists.
GET https://api.jsonpad.io/listscurl https://api.jsonpad.io/lists \
-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.taggedstringhttps://api.jsonpad.io/lists?tagged=recipe-appOnly fetch lists with a tag.
Separate tags with commas to fetch lists with any of the tags (?tagged=recipe-app,cookbook-app), or repeat the parameter to fetch lists with all of them (?tagged=recipe-app&tagged=production).
x-api-tokenstringYour API token.No request body
{page: 1limit: 20total: 1data: [0: {id: "17a1344f-4593-46ba-a119-c3879c487230"createdAt: "2026-09-23T21:08:04.953Z"updatedAt: "2026-09-23T21:08:04.953Z"user: {id: "4c0b9dd9-969f-42b2-8694-246baae83350"createdAt: "2026-09-23T21:08:04.953Z"updatedAt: "2026-09-23T21:08:04.953Z"lastActiveAt: "2026-09-23T21:08:04.953Z"activated: truedisplayName: "Sample User"description: "Sample user description"}name: "Sample List"pathName: "sample-list"description: "Sample list description"tags: [0: "my-app"]schema: nullpinned: falsereadonly: falserealtime: falseprotected: falseindexable: trueactivated: trueitemCount: 0}]}x-total1The total number of results available.x-pages1The total number of pages available.