Get FindAll Run Schema
Path parameters
Headers
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.18
- ○
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
- ○
- ▲
the
enrichments/anyOf[subschema #1]/items/output_schemaresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ○
added the optional property
enrichments/anyOf[subschema #1]/items/output_schema/typeto the response with the200statusresponse-optional-property-added
- ○
removed
JsonSchemafrom theenrichments/anyOf[subschema #1]/items/output_schemaresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed the
urlenum value from theenrichments/anyOf[subschema #1]/items/mcp_servers/anyOf[subschema #1]/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
enrichments/anyOf[subschema #1]/items/output_schema/json_schemato the response with the200statusresponse-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
- ○