Retrieve all watchlists for your tenant
watchlist:list permission.
true to exclude paused watchlists.| Field | Type | Description |
|---|---|---|
watchlist_id | string | Unique identifier |
name | string | Watchlist name |
status | string | active or paused |
subjects_count | integer | Number of subjects in watchlist |
last_checked_at | string/null | Last screening timestamp (ISO 8601) |
next_check_due | number/null | Next check timestamp (Unix milliseconds) |
check_frequency | string | Screening frequency |
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized |
| 403 | Forbidden - Missing watchlist:list permission |
| 500 | Internal Server Error |