GET data/lists/{id}/entries/

unknown:wikipedia-rest-api

Summary: Get all entries of a given list.
Operation ID: getListEntries
Auth: unknown
Description

Returns pages contained by the given list. Might be truncated and include a continuation token. List must belong to current user and request must be authenticated with a MediaWiki session cookie. Stability: [unstable](https://www.mediawiki.org/wiki/API_versioning#Unstable)

Parameters (3)

id (integer, path, required)
next (string, query, optional)

Continuation parameter from previous request

sort (string, query, optional, default: updated)

Sort order - `name`: by page title, ascending; - `updated`: by last modification date, descending.

Constraints: {'enum': ['name', 'updated']}

Examples (1)

TitleTypeURLAction
Get all entries of a given list. openapi-spec /api/rest_v1/data/lists/42/entries/

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 09:26:33.305735 ERR