Microsoft Copilot · Capability

Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export

Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export. 1 operations. Lead operation: Microsoft Copilot List All Enterprise Copilot Interactions. Self-contained Naftiko capability covering one Microsoft Copilot business surface.

Run with Naftiko Microsoft CopilotInteraction Export

What You Can Do

GET
Copilotinteractionhistorygetallenterpriseinteractions — Microsoft Copilot List All Enterprise Copilot Interactions
/v1/copilot/interactionhistory/getallenterpriseinteractions

MCP Tools

microsoft-copilot-list-all-enterprise

Microsoft Copilot List All Enterprise Copilot Interactions

read-only idempotent

Capability Spec

microsoft-copilot-interaction-export.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export
  description: 'Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export. 1 operations. Lead operation: Microsoft
    Copilot List All Enterprise Copilot Interactions. Self-contained Naftiko capability covering one Microsoft Copilot business
    surface.'
  tags:
  - Microsoft Copilot
  - Interaction Export
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_COPILOT_API_KEY: MICROSOFT_COPILOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-copilot-interaction-export
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export business capability. Self-contained, no
      shared references.
    resources:
    - name: copilot-interactionHistory-getAllEnterpriseInteractions
      path: /copilot/interactionHistory/getAllEnterpriseInteractions
      operations:
      - name: copilotinteractionhistorygetallenterpriseinteractions
        method: GET
        description: Microsoft Copilot List All Enterprise Copilot Interactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData filter expression to filter interactions by date range, user, or application.
        - name: $top
          in: query
          type: integer
          description: Maximum number of interactions to return per page.
        - name: $skipToken
          in: query
          type: string
          description: Pagination token for retrieving the next page of results.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_COPILOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-copilot-interaction-export-rest
    port: 8080
    description: REST adapter for Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/copilot/interactionhistory/getallenterpriseinteractions
      name: copilot-interactionhistory-getallenterpriseinteractions
      description: REST surface for copilot-interactionHistory-getAllEnterpriseInteractions.
      operations:
      - method: GET
        name: copilotinteractionhistorygetallenterpriseinteractions
        description: Microsoft Copilot List All Enterprise Copilot Interactions
        call: microsoft-copilot-interaction-export.copilotinteractionhistorygetallenterpriseinteractions
        with:
          $filter: rest.$filter
          $top: rest.$top
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-copilot-interaction-export-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Copilot Microsoft 365 Copilot APIs — Interaction Export. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-copilot-list-all-enterprise
      description: Microsoft Copilot List All Enterprise Copilot Interactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-copilot-interaction-export.copilotinteractionhistorygetallenterpriseinteractions
      with:
        $filter: tools.$filter
        $top: tools.$top
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.