Skip to main content
POST
Search watchlist

Authorizations

X-API-KEY
string
header
required

Body

application/json
watchlists
object[]
required

Entities to group the results by. Each item is a set of entity ids searched with the same scope. Duplicate ids across items are merged.

Minimum array length: 1
query
object
required

The search run for every entity in the watchlist. Unlike /v1/search, max_chunks, texts and external_search are not accepted inside query.

search_mode
enum<string>
default:fast

Search mode. Only fast is available for watchlist search.

Available options:
fast
max_chunks
object

How many chunks to return and how to distribute them across the watchlist. When omitted, 100 chunks in total are spread across the entities.

Response

200 - application/json

Search results grouped per watchlist entity

results
object[]

One group per requested entity, in request order. Entities without matches have an empty documents array.

usage
Query Units · object

API usage for the request. Shape depends on the account consumption model.

metadata
object

Request metadata and timing information.