Coveo · Capability

Coveo Machine Learning API — Streaming Model Response

Coveo Machine Learning API — Streaming Model Response. 1 operations. Lead operation: Get Model Response Events for a Query Stream. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoMachine LearningStreaming Model Response

What You Can Do

GET
Getquerystreamevents — Get Model Response Events for a Query Stream
/v1/organizations/{organizationid}/machinelearning/streaming/{streamid}

MCP Tools

get-model-response-events-query

Get Model Response Events for a Query Stream

read-only idempotent

Capability Spec

machine-learning-streaming-model-response.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Machine Learning API — Streaming Model Response
  description: 'Coveo Machine Learning API — Streaming Model Response. 1 operations. Lead operation: Get Model Response Events
    for a Query Stream. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Machine Learning
  - Streaming Model Response
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: machine-learning-streaming-model-response
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Machine Learning API — Streaming Model Response business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-machinelearning-streaming-streamId
      path: /rest/organizations/{organizationId}/machinelearning/streaming/{streamId}
      operations:
      - name: getquerystreamevents
        method: GET
        description: Get Model Response Events for a Query Stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target Coveo Cloud organization
          required: true
        - name: streamId
          in: path
          type: string
          description: Unique Identifier for the response stream. For details on how to obtain the streamId for this response,
            refer to [Streaming model responses](https://docs.coveo.
          required: true
  exposes:
  - type: rest
    namespace: machine-learning-streaming-model-response-rest
    port: 8080
    description: REST adapter for Coveo Machine Learning API — Streaming Model Response. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/machinelearning/streaming/{streamid}
      name: rest-organizations-organizationid-machinelearning-streaming-streamid
      description: REST surface for rest-organizations-organizationId-machinelearning-streaming-streamId.
      operations:
      - method: GET
        name: getquerystreamevents
        description: Get Model Response Events for a Query Stream
        call: machine-learning-streaming-model-response.getquerystreamevents
        with:
          organizationId: rest.organizationId
          streamId: rest.streamId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: machine-learning-streaming-model-response-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Machine Learning API — Streaming Model Response. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-model-response-events-query
      description: Get Model Response Events for a Query Stream
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: machine-learning-streaming-model-response.getquerystreamevents
      with:
        organizationId: tools.organizationId
        streamId: tools.streamId
      outputParameters:
      - type: object
        mapping: $.