Add Enrichment to FindAll Run
Add an enrichment to a FindAll run.
Path parameters
Headers
Request body
Example request
{
"output_schema": {
"json_schema": {
"additionalProperties": false,
"properties": {
"gdp": {
"description": "GDP in USD for the year, formatted like '$3.1 trillion (2023)'",
"type": "string"
}
},
"required": [
"gdp"
],
"type": "object"
}
}
}Response
Successful Response
Example response
{
"objective": "Find all AI companies that raised Series A funding in 2024",
"match_conditions": [
{
"description": "Company must have SOC2 Type II certification (not Type I). Look for evidence in: trust centers, security/compliance pages, audit reports, or press releases specifically mentioning 'SOC2 Type II'. If no explicit SOC2 Type II mention is found, consider requirement not satisfied."
}
],
"enrichments": [
{
"output_schema": {
"json_schema": {
"additionalProperties": false,
"properties": {
"gdp": {
"description": "GDP in USD for the year, formatted like '$3.1 trillion (2023)'",
"type": "string"
}
},
"required": [
"gdp"
],
"type": "object"
}
}
}
]
}Changes
Changed in 4 of the 21 revisions of this API.6119
- ○
headerrequest parameterparallel-betawas deprecatedrequest-parameter-deprecated
- ○
- ○
api tag
FindAlladdedapi-tag-added
- ○
api tag
FindAll API (Beta)removedapi-tag-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added the new required request property
/new-required-request-property
- ▲
removed the enum value
urlof the request property///request-property-enum-value-removed
- ▲
the
request property type changed from no type toobjectrequest-property-type-changed
- ▲
the
///response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ▲
the
response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ▲
the
response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ●
removed from the
request propertyallOflistrequest-property-all-of-removed
- ○
added the new optional request property
/new-optional-request-property
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
removed from the
response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
///response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed the
errorenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
errorenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
urlenum value from the//////response property for the response statusresponse-property-enum-value-removed
- ○
added the required property
////to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
This revision also has 19 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○