GET data/lists/
Summary: Get all lists of the current user.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns metadata describing the lists of the current user. Might be truncated and include a continuation token. Request must be authenticated with a MediaWiki session cookie. Stability: [unstable](https://www.mediawiki.org/wiki/API_versioning#Unstable)
Parameters (2)
next
(string, query, optional)
Continuation parameter from previous request
sort
(string, query, optional, default: updated)
Sort order - `name`: by name, ascending; - `updated`: by last modification date, descending.
Constraints: {'enum': ['name', 'updated']}
No probe data for this endpoint yet.