Adobe Experience Cloud · Capability

Adobe Experience Cloud Adobe Analytics 2.0 API — Reports

Adobe Experience Cloud Adobe Analytics 2.0 API — Reports. 1 operations. Lead operation: Adobe Analytics Adobe Experience Cloud Retrieve a Report. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.

Run with Naftiko Adobe Experience CloudReports

What You Can Do

POST
Getreport — Adobe Analytics Adobe Experience Cloud Retrieve a Report
/v1/api/{companyid}/reports

MCP Tools

adobe-analytics-adobe-experience-cloud

Adobe Analytics Adobe Experience Cloud Retrieve a Report

read-only

Capability Spec

adobe-analytics-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Experience Cloud Adobe Analytics 2.0 API — Reports
  description: 'Adobe Experience Cloud Adobe Analytics 2.0 API — Reports. 1 operations. Lead operation: Adobe Analytics Adobe
    Experience Cloud Retrieve a Report. Self-contained Naftiko capability covering one Adobe Experience Cloud business surface.'
  tags:
  - Adobe Experience Cloud
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_EXPERIENCE_CLOUD_API_KEY: ADOBE_EXPERIENCE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: adobe-analytics-reports
    baseUri: https://analytics.adobe.io
    description: Adobe Experience Cloud Adobe Analytics 2.0 API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: api-companyId-reports
      path: /api/{companyId}/reports
      operations:
      - name: getreport
        method: POST
        description: Adobe Analytics Adobe Experience Cloud Retrieve a Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: companyId
          in: path
          type: string
          description: The global company ID for the Analytics account.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: adobe-analytics-reports-rest
    port: 8080
    description: REST adapter for Adobe Experience Cloud Adobe Analytics 2.0 API — Reports. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/{companyid}/reports
      name: api-companyid-reports
      description: REST surface for api-companyId-reports.
      operations:
      - method: POST
        name: getreport
        description: Adobe Analytics Adobe Experience Cloud Retrieve a Report
        call: adobe-analytics-reports.getreport
        with:
          companyId: rest.companyId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adobe-analytics-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Experience Cloud Adobe Analytics 2.0 API — Reports. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: adobe-analytics-adobe-experience-cloud
      description: Adobe Analytics Adobe Experience Cloud Retrieve a Report
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: adobe-analytics-reports.getreport
      with:
        companyId: tools.companyId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.