GET http://api.gu1.ai/entities/{id}/monitoring/history
Authentication
Authorization: Bearer YOUR_API_KEY
Requires read permission on the entity.
Path parameters
Query
subscriptions — watchlist lifecycle (activated/deactivated).
changes — snapshots and periodic screening detections.
Page size (default 20, max 100).
Optional. Defaults to the Gueno sanctions enrichment integration code.
Only with tab=subscriptions. Use 1, true, or yes to include open active ranges.
Examples
curl -sS "http://api.gu1.ai/entities/{id}/monitoring/history?tab=subscriptions&limit=20&offset=0" \
-H "Authorization: Bearer YOUR_API_KEY"
curl -sS "http://api.gu1.ai/entities/{id}/monitoring/history?tab=changes&limit=20&offset=0" \
-H "Authorization: Bearer YOUR_API_KEY"