List hash lists.
In the V5 API, Google will never remove a hash list that has ever been returned by this method. This enables clients to skip using this method and simply hard-code all hash lists they need.
This is a standard List method as defined by https://google.aip.dev/132 and the HTTP method is GET.
HTTP request
GET https://safebrowsing.googleapis.com/v5/hashLists
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The maximum number of hash lists to return. The service may return fewer than this value. If unspecified, the server will choose a page size, which may be larger than the number of hash lists so that pagination is not necessary. | 
| pageToken | 
 A page token, received from a previous  | 
Request body
The request body must be empty.
Response body
The response containing metadata about hash lists.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "hashLists": [
    {
      object ( | 
| Fields | |
|---|---|
| hashLists[] | 
 The hash lists in an arbitrary order. Only metadata about the hash lists will be included, not the contents. | 
| nextPageToken | 
 A token, which can be sent as  | 
