Coveo · Schema

Coveo Search RetrievePassagesResponseV3

A response with the passage(s) retrieved from the user query.

Artificial IntelligenceAnalyticsCatalogCommerceCustomersExperienceMachine-LearningPersonalizationRecommendationsSearch

Properties

Name Type Description
items array
responseId string A unique identifier for the retrieval request. This identifier can be used to track the retrieval request.
View JSON Schema on GitHub

JSON Schema

coveo-search-retrievepassagesresponsev3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/coveo/main/json-schema/coveo-search-retrievepassagesresponsev3-schema.json",
  "title": "Coveo Search RetrievePassagesResponseV3",
  "type": "object",
  "required": [
    "items",
    "responseId"
  ],
  "description": "A response with the passage(s) retrieved from the user query.",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "text",
          "relevanceScore",
          "document"
        ],
        "properties": {
          "text": {
            "type": "string",
            "description": "The text associated to this passage.",
            "minLength": 0,
            "maxLength": 6000,
            "example": "Solar energy has several benefits including reducing electricity bills, providing a renewable energy source, and lowering carbon footprint.\""
          },
          "relevanceScore": {
            "type": "number",
            "format": "float",
            "example": 0.85,
            "description": "A score that indicates the relevance of a passage.\n\nThe score computation is based on cosine similarity between the passage and the query.\nThe computation logic and value range may change in the future.\n\nExample values:\n- A value of -1 (minimum) indicates that the passage is the semantic opposite of the query.\n- A value of 0 indicates that the passage is not semantically similar to the query.\n- A value of 1 (maximum) indicates that the passage is semantically similar to the query.\n"
          },
          "document": {
            "$ref": "#/components/schemas/PassageDocumentV3"
          }
        }
      }
    },
    "responseId": {
      "type": "string",
      "description": "A unique identifier for the retrieval request. This identifier can be used to track the retrieval request.\n",
      "example": "c0857557-5579-4f5e-8958-9befd7d1d4a8"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/coveo-search-retrievepassagesresponsev3"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.