Interface UrlMetadata

The metadata for a single URL retrieval.

interface UrlMetadata {
    retrievedUrl?: string;
    urlRetrievalStatus?: UrlRetrievalStatus;
}

Properties

retrievedUrl?: string

The URL retrieved by the tool.

urlRetrievalStatus?: UrlRetrievalStatus

The status of the URL retrieval.