This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Metadata for a single URL retrieved by the URLContextTool tool.
Signature:
export interface URLMetadata
Properties
Property | Type | Description |
---|---|---|
retrievedUrl | string | (Public Preview) The retrieved URL. |
urlRetrievalStatus | URLRetrievalStatus | (Public Preview) The status of the URL retrieval. |
URLMetadata.retrievedUrl
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The retrieved URL.
Signature:
retrievedUrl?: string;
URLMetadata.urlRetrievalStatus
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The status of the URL retrieval.
Signature:
urlRetrievalStatus?: URLRetrievalStatus;