GET /coverage/url-lists/{urlListId} returns one coverage URL list by id.
Request
Path parameters
string
required
The list id (
cul_...) returned when the list was created.Example
Response
string
required
Stable list identifier.
string
required
The list’s name, unique among your live lists.
"provisioning" | "active" | "delete_pending"
required
Lifecycle state.
provisioning lists are being set up (the bigQuery field
is still null); active lists are exported daily; delete_pending lists
are being torn down and disappear when teardown completes.integer
required
Current number of member URLs (after normalization and dedup).
object | null
required
BigQuery output details once the list is provisioned:
exchangeId and listingId name the Analytics Hub listing,
sharedDatasetId the shared dataset, and viewId the products view
(products_current_v1). The dataset also carries the per-URL
url_coverage_v1 view — see the
Coverage URL Lists guide.
lastExportedAt and lastRowCount describe the most recent daily export,
and readerCount is the number of your registered BigQuery Readers with
access.datetime
required
When the list was created.
datetime
required
When the list last changed (membership, status, or export bookkeeping).