POST
/watchlist_screening/entity/review/listList entity screening reviews
Lists reviews for an entity watchlist screening. Provide entity_watchlist_screening_id to select the screening and use cursor to paginate through its compliance reviews. Each review includes any hit decisions, comments, and audit information.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Input for listing reviews for an entity watchlist screening.
secretstringoptional
Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
client_idstringoptional
Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
entity_watchlist_screening_idstringrequired
ID of the associated entity screening.
cursorstringoptional
An identifier that determines which page of results you receive.
200Returns a page of entity screening reviews, including hit decisions, comments, audit trails, a `next_cursor`, and a request identifier.
entity_watchlist_screening_reviewsarray<EntityWatchlistScreeningReview>required
List of entity watchlist screening reviews
next_cursorstringrequired
An identifier that determines which page of results you receive.
request_idstringrequired
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
Error handling
entity_watchlist_screening_id is required and must identify the entity screening whose reviews you want to list. Use the returned next_cursor as cursor to retrieve another page of reviews.