Sample - Plaid API
POST/watchlist_screening/individual/review/list

List reviews for an individual watchlist screening

Lists reviews submitted for an individual watchlist screening. Supply watchlist_screening_id to identify the screening and use cursor with the returned next_cursor to paginate through its reviews.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

4 body fields

The screening identifier, optional pagination cursor, and authentication credentials for listing screening reviews.

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.
watchlist_screening_idstringrequired
ID of the associated screening.
cursorstringoptional
An identifier that determines which page of results you receive.

1 status code
200Returns a page of reviews in `watchlist_screening_reviews`, along with `next_cursor` and a request identifier.
watchlist_screening_reviewsarray<WatchlistScreeningReview>required
List of 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

watchlist_screening_id must identify the screening whose reviews you want to list. Pass the returned next_cursor value as cursor for the next page, and provide authentication credentials in the body or their corresponding headers.