# UrlLookupStatus

Enum

Status of a URL lookup operation against the current workspace.

## Values

| Value | Description |
| --- | --- |
| `FOUND` | Item found in the current workspace matching the provided public HTTP(S) URL. |
| `INVALID_URL` | The input was malformed, used a non-HTTP(S) scheme, or targeted a private/reserved host. |
| `NOT_FOUND` | The input was a valid public HTTP(S) URL, but no matching item exists in the current workspace. |
