> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Watchlist Items

Get a list of watchlist items.

<Note>
  External Documentation

  To learn more, visit the [Microsoft Sentinel documentation](https://learn.microsoft.com/en-us/rest/api/securityinsights/watchlist-items/list?view=rest-securityinsights-2025-09-01\&tabs=HTTP).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter           | Description                                                   |
  | ------------------- | ------------------------------------------------------------- |
  | Resource Group Name | The name of the resource group. The name is case insensitive. |
  | Return All Pages    | Automatically fetch all resources, page by page.              |
  | Subscription ID     | The ID of the target subscription.                            |
  | Watchlist Alias     | The watchlist alias.                                          |
  | Workspace Name      | The name of the workspace.                                    |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                          |
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------ |
  | Skip Token | Specifies a starting point to show results from, this token is received in case that the previous request returned a partial result. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": [
		{
			"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/Watchlists/highValueAsset/WatchlistItems/fd37d325-7090-47fe-851a-5b5a00c3f576",
			"name": "fd37d325-7090-47fe-851a-5b5a00c3f576",
			"etag": "\"f2089bfa-0000-0d00-0000-601c58b42021\"",
			"type": "Microsoft.SecurityInsights/Watchlists/WatchlistItems",
			"properties": {
				"watchlistItemType": "watchlist-item",
				"watchlistItemId": "fd37d325-7090-47fe-851a-5b5a00c3f576",
				"tenantId": "3f8901fe-63d9-4875-9ad5-9fb3b8105797",
				"isDeleted": false,
				"created": "2021-02-04T12:27:32.3783333-08:00",
				"updated": "2021-02-04T12:27:32.3783333-08:00",
				"createdBy": {
					"objectId": "2046feea-040d-4a46-9e2b-91c2941bfa70",
					"email": "john@contoso.com",
					"name": "john doe"
				},
				"updatedBy": {
					"objectId": "2046feea-040d-4a46-9e2b-91c2941bfa70",
					"email": "john@contoso.com",
					"name": "john doe"
				},
				"itemsKeyValue": {
					"Header-1": "v1_1",
					"Header-2": "v1_2",
					"Header-3": "v1_3",
					"Header-4": "v1_4",
					"Header-5": "v1_5"
				},
				"entityMapping": {}
			}
		}
	]
}
```

## Workflow Library Example

[List Watchlist Items with Microsoft Sentinel and Send Results Via Email](https://library.blinkops.com/workflows/list-watchlist-items-with-microsoft-sentinel-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-watchlist-items-with-microsoft-sentinel-and-send-results-via-email/canvas" />
</div>
