FindAll

Get FindAll Run Schema

get/v1beta/findall/runs/{findall_id}/schema

Path parameters

findall_idstring required

Headers

parallel-betastring nullable

Response

Successful Response

objectivestring required

Natural language objective of the FindAll run.

entity_typestring required

Type of the entity for the FindAll run.

generator'base' | 'core' | 'pro' | 'preview'

The generator of the FindAll run.

match_limitinteger nullable

Max number of candidates to evaluate

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

    • header request parameter parallel-beta was deprecated

      request-parameter-deprecated

    • api tag FindAll added

      api-tag-added

    • api tag FindAll API (Beta) removed

      api-tag-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 105d778ad64d14See the full diff
    • the enrichments/anyOf[subschema #1]/items/output_schema response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property enrichments/anyOf[subschema #1]/items/output_schema/type to the response with the 200 status

      response-optional-property-added

    • removed JsonSchema from the enrichments/anyOf[subschema #1]/items/output_schema response property allOf list for the response status 200

      response-property-all-of-removed

    • removed the url enum value from the enrichments/anyOf[subschema #1]/items/mcp_servers/anyOf[subschema #1]/items/type response property for the response status 200

      response-property-enum-value-removed

    • added the required property enrichments/anyOf[subschema #1]/items/output_schema/json_schema to the response with the 200 status

      response-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