Fetch a page of indexes for a list.
GET https://api.jsonpad.io/lists/{listId}/indexescurl https://api.jsonpad.io/lists/91204ba3-877d-4572-b9ac-b02683e51bd6/indexes \
-H "x-api-token: <YOUR TOKEN>"listIdstringA list id or path name.pagenumberhttps://api.jsonpad.io/lists/f320832b-208e-4dd4-b405-62e7c4a2d60b/indexes?page=1The page number to fetch. Defaults to 1.limitnumberhttps://api.jsonpad.io/lists/3bf42704-3ed5-4688-ae7b-6555bfaf3164/indexes?limit=20The number of indexes to fetch per page. Defaults to 20.orderstringhttps://api.jsonpad.io/lists/9b1b1209-10c8-4a93-a92b-b6d40718eeeb/indexes?order=createdAtThe field to order the indexes by. Defaults to createdAt.
Valid values are:
createdAtupdatedAtnamepathNamevalueTypealiassortingfilteringsearchingguarddefaultOrderDirectionactivateddirectionstringhttps://api.jsonpad.io/lists/0d39c238-aad8-48c9-a33e-e2546e905eb9/indexes?direction=ascThe direction to order the indexes by.
Valid values are:
ascdescnamestringhttps://api.jsonpad.io/lists/b668bf4b-1e9a-43c1-87ac-6a340f0fdce5/indexes?name=sampleFilter indexes by name (partial match).pathNamestringhttps://api.jsonpad.io/lists/b9462acc-1158-4540-9e07-f08cc0fd45ef/indexes?pathName=sampleFilter indexes by pathName (partial match).valueTypestringhttps://api.jsonpad.io/lists/1eb2572a-dd65-4379-aef5-035c4faa8541/indexes?valueType=stringFilter indexes by valueType.
Valid values are:
stringnumberdatealiasbooleanhttps://api.jsonpad.io/lists/540fa77f-cd38-4a9f-bff1-c456d5544532/indexes?alias=trueFilter for alias indexes. Can be true or false.guardbooleanhttps://api.jsonpad.io/lists/fc13898d-a638-43af-9322-d1c5672f103d/indexes?guard=trueFilter for guard indexes. Can be true or false.defaultOrderDirectionstringhttps://api.jsonpad.io/lists/7bd8319d-d64c-4da3-992e-ec4cd63b50d9/indexes?defaultOrderDirection=ascFilter indexes by defaultOrderDirection.
Valid values are:
ascdesctaggedstringhttps://api.jsonpad.io/lists/f9993a17-5541-42d7-b813-eba5f7633ffc/indexes?tagged=recipe-appOnly fetch indexes with a tag.
Separate tags with commas to fetch indexes with any of the tags (?tagged=recipe-app,cookbook-app), or repeat the parameter to fetch indexes with all of them (?tagged=recipe-app&tagged=production).
x-api-tokenstringYour API token.No request body
{page: 1limit: 20total: 1data: [0: {id: "281d3d42-94c9-422a-b4f4-0516d841f448"createdAt: "2026-09-23T21:08:33.151Z"updatedAt: "2026-09-23T21:08:33.151Z"name: "Sample Index"description: ""tags: [0: "my-app"]pathName: "sample-index"pointer: "/name"valueType: "string"alias: falsesorting: falsefiltering: falsesearching: falseguard: falsedefaultOrderDirection: "asc"activated: truebuildStatus: "ready"}]}x-total1The total number of results available.x-pages1The total number of pages available.