Coveo · Capability

Coveo Machine Learning Configuration API — Model Associations

Coveo Machine Learning Configuration API — Model Associations. 1 operations. Lead operation: Lists Associations. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoMachine Learning ConfigurationModel Associations

What You Can Do

GET
Getassociations — Lists Associations
/v1/organizations/{organizationid}/machinelearning/configuration/querypipelines/{pipelineid}/associations

MCP Tools

lists-associations

Lists Associations

read-only idempotent

Capability Spec

ml-config-model-associations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Machine Learning Configuration API — Model Associations
  description: 'Coveo Machine Learning Configuration API — Model Associations. 1 operations. Lead operation: Lists Associations.
    Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Machine Learning Configuration
  - Model Associations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: ml-config-model-associations
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Machine Learning Configuration API — Model Associations business capability. Self-contained, no shared
      references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-machinelearning-configuration-querypipelines-p
      path: /rest/organizations/{organizationId}/machinelearning/configuration/querypipelines/{pipelineId}/associations
      operations:
      - name: getassociations
        method: GET
        description: Lists Associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/).<br />**Example:**
            `mycoveocloudv2organizationg8tp8wu3`
          required: true
        - name: pipelineId
          in: path
          type: string
          required: true
        - name: page
          in: query
          type: integer
          description: 'The 0-based number of the page of results to list.<br />Minimum: `0`<br />**Default:** `0`'
        - name: pageSize
          in: query
          type: integer
          description: The maximum number of results to include per page.<br />**Must be in range:** `[1, 1000]`<br />**Default:**
            `100`
  exposes:
  - type: rest
    namespace: ml-config-model-associations-rest
    port: 8080
    description: REST adapter for Coveo Machine Learning Configuration API — Model Associations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/machinelearning/configuration/querypipelines/{pipelineid}/associations
      name: rest-organizations-organizationid-machinelearning-configuration-querypipelines-p
      description: REST surface for rest-organizations-organizationId-machinelearning-configuration-querypipelines-p.
      operations:
      - method: GET
        name: getassociations
        description: Lists Associations
        call: ml-config-model-associations.getassociations
        with:
          organizationId: rest.organizationId
          pipelineId: rest.pipelineId
          page: rest.page
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ml-config-model-associations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Machine Learning Configuration API — Model Associations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: lists-associations
      description: Lists Associations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ml-config-model-associations.getassociations
      with:
        organizationId: tools.organizationId
        pipelineId: tools.pipelineId
        page: tools.page
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.