Schemas:

ACCOUNT_USAGE

INGRESS_NETWORK_ACCESS_HISTORY view

This Account Usage view can be used to query any network access attempts to your Snowflake account within the last 365 days (1 year).

Columns

Column NameData TypeDescription
EVENT_TIMESTAMPTIMESTAMP_LTZTime, (in the UTC time zone) of the ingress event occurrence.
REQUEST_IDVARCHARIngress request ID.
REQUEST METHODVARCHAR.Ingress request method, such as GET or POST.
REQUEST PATHVARCHARIngress request path.
USER_NAMEVARCHAR.User associated with this event.
CLIENT_IPVARCHARClient IP address. This value can be an IPv4 or IPv6 address.
CLIENT_PRIVATELINK_IDVARCHARClient private link ID.
BYTES_RXNUMBERBytes transferred into Snowflake.
BYTES_TXNUMBERBytes transferred out of Snowflake.
IS_SUCCESSBOOLEANWhether the user’s request was successful or not.
ERROR_CODEVARCHARError code, if the request was not successful.
ERROR_MESSAGEVARCHARError message returned to the user, if the request was not successful.
JOB_UUIDVARCHARNumber automatically assigned to a query job.
REQUEST_AUTHORITYVARCHARThe URL that a client used to access a Snowflake ingress location.

Usage notes

  • Latency for the view may be up to 240 minutes (4 hours).