Fetch a specific list without its items.
GET https://api.jsonpad.io/lists/{listId}curl https://api.jsonpad.io/lists/5241cf96-baea-4e83-ae7c-4f7d6ed548c8 \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>"listIdstringA list id or path name.x-api-tokenstringYour API token.if-modified-sinceAn ISO 8601 date.
If the list hasn't been updated since this date, we return an empty 304 ("Not modified") response, and the request will not be counted towards any active rate limits.
No request body
{id: "271e9cec-d236-4ddb-95b0-a1ed51181f3f"createdAt: "2026-09-05T11:29:42.114Z"updatedAt: "2026-09-05T11:29:42.114Z"user: {id: "914af871-859e-410b-8637-2151fe89b18c"createdAt: "2026-09-05T11:29:42.114Z"updatedAt: "2026-09-05T11:29:42.114Z"lastActiveAt: "2026-09-05T11:29:42.114Z"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}last-modified2026-09-05T11:29:42.114ZThe date this list was last modified.