From 0eeb11661df72751205aafe8370dd526ba9f68c3 Mon Sep 17 00:00:00 2001 From: Daniel McNamara Date: Tue, 3 Feb 2026 11:38:55 +1100 Subject: [PATCH] Fixed incorrect description for LiveScanResourceType --- src/urlscan/pro/livescan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urlscan/pro/livescan.py b/src/urlscan/pro/livescan.py index 7521115..5263adc 100644 --- a/src/urlscan/pro/livescan.py +++ b/src/urlscan/pro/livescan.py @@ -132,7 +132,7 @@ def get_resource( resource_type: LiveScanResourceType, resource_id: str, ) -> Any: - """Get the historical observations for a specific hostname in the "Hostnames" data source. + """Retrieve the resource for a particular scan ID or SHA256 from this live scanner. Args: scanner_id (str): Scanner ID (e.g., "de01" for Germany).