Retrieve detailed information about a specific watchlist
Documentation Index
Fetch the complete documentation index at: https://docs.compliance.legaltalent.ai/llms.txt
Use this file to discover all available pages before exploring further.
watchlist:read permission.
| 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 |
| 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 |
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized |
| 403 | Forbidden - Missing watchlist:read permission |
| 404 | Not Found |
| 500 | Internal Server Error |