Authorizations
Your Exa API key
Response
Search canceled
The unique identifier for the search
"webset_search"
The status of the search
created
, pending
, running
, completed
, canceled
The unique identifier for the Webset this search belongs to
The query used to create the search.
1 - 5000
The entity the search will return results for.
When no entity is provided during creation, we will automatically select the best entity based on the query.
The criteria the search will use to evaluate the results. If not provided, we will automatically generate them for you.
The number of results the search will attempt to find. The actual number of results may be less than this number depending on the search complexity.
x >= 1
Sources (existing imports or websets) used to omit certain results to be found during the search.
The scope of the search. By default, there is no scope - thus searching the web.
If provided during creation, the search will only be performed on the sources provided.
The progress of the search
Recall metrics for the search, null if not yet computed or requested.
The date and time the search was canceled
The reason the search was canceled
webset_deleted
, webset_canceled
The date and time the search was created
The date and time the search was updated
The behavior of the search when it is added to a Webset.
override
: the search will replace the existing Items found in the Webset and evaluate them against the new criteria. Any Items that don't match the new criteria will be discarded.append
: the search will add the new Items found to the existing Webset. Any Items that don't match the new criteria will be discarded.
override
, append
Set of key-value pairs you want to associate with this object.