Skip to main content
GET /coverage/url-lists/{urlListId}/urls pages through a list’s member URLs in stable insertion order.

Request

Path parameters

string
required
The list id (cul_...).

Query parameters

string
Opaque continuation cursor from a previous response’s nextCursor.
integer
default:"50"
Page size, 1–100.

Example

Response

array
required
One entry per member URL: url as originally submitted, the stored normalizedUrl, and addedAt.
string | null
required
Pass as cursor on the next request; null on the last page.

Example response

Errors

SDK equivalents