- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.watchlists.list
Lists all watchlists for the given instance.
HTTP request
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent, which owns this collection of watchlists. Format:  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. The maximum number of watchlists to return. The service may return fewer than this value. If unspecified, at most 200 watchlists will be returned. The maximum value is 200; values above 200 will be coerced to 200. | 
| pageToken | 
 Optional. A page token, received from a previous  When paginating, all other parameters provided to  | 
| filter | 
 Optional. Which watchlist to return in aip.dev/160 form. Currently, only the following filters are supported: -  | 
Request body
The request body must be empty.
Response body
Response message for listing watchlists.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "watchlists": [
    {
      object ( | 
| Fields | |
|---|---|
| watchlists[] | 
 Optional. The watchlists from the specified instance. | 
| nextPageToken | 
 Optional. A token, which can be sent as  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
- chronicle.watchlists.list
For more information, see the IAM documentation.