Retrieve all subjects from a watchlist with optional filtering
watchlist:read permission.
tags=priority,vip| Field | Type | Description |
|---|---|---|
watchlist_id | string | The watchlist identifier |
subjects | array | List of subject objects |
count | integer | Number of subjects returned |
| 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 (ISO 8601) |
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 |
Filter High-Priority Subjects
Find Onboarding-Linked Subjects
session_id field in the response.Check Expiration Status
expires_at field to identify subjects nearing expiration and plan renewals.