Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/urlscan/pro/livescan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down