Get Watchlist Details
Watchlists
Get Watchlist Details
Retrieve detailed information about a specific watchlist
GET
Get Watchlist Details
Endpoint
Authentication
Requireswatchlist:read permission.
Path Parameters
The unique identifier of the watchlist
Request Example
Response
Response Fields
| Field | Type | Description |
|---|---|---|
watchlist_id | string | Unique identifier |
tenant_id | string | Your tenant ID |
name | string | Watchlist name |
subjects | array | Full list of monitored subjects |
lists_to_monitor | array | Lists being checked |
check_frequency | string | Screening frequency |
last_checked_at | string/null | Last check timestamp |
next_check_due | number/null | Next check timestamp (Unix ms) |
last_results | object/null | Most recent screening results |
alert_config | object | Alert configuration |
tags | array | Custom tags for categorization |
status | string | active or paused |
created_at | string | Creation timestamp |
updated_at | string | Last update timestamp |
Subject Fields
| Field | Type | Description |
|---|---|---|
subject_id | string | Unique identifier |
full_name | string | Subject’s full name |
identifier | string/null | Document ID, wallet, etc. |
identifier_type | string/null | Type of identifier |
tags | array | Custom tags for categorization |
session_id | string/null | Session ID if created during onboarding |
added_at | string | When added to watchlist |
expires_at | integer | Unix timestamp for TTL expiration |
Error Responses
404 Not Found
Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized |
| 403 | Forbidden - Missing watchlist:read permission |
| 404 | Not Found |
| 500 | Internal Server Error |
Next Steps
- Trigger immediate monitoring to run a screening check
- Add more subjects to the watchlist
- Update configuration to change monitoring settings