Adobe Experience Cloud · Arazzo Workflow

Adobe Analytics Report Suite Discovery

Version 1.0.0

List report suites, fetch one's configuration, then run a report against it.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney OrchestrationArazzoWorkflows

Provider

adobe-experience-cloud

Workflows

report-suite-discovery
List report suites, fetch one, and run a report on it.
Lists report suites, fetches the chosen report suite configuration, then submits a report request against it.
3 steps inputs: apiKey, authorization, companyId, dimension, rsid outputs: reportSuites, rows
1
listReportSuites
List the report suites available to the account.
2
getReportSuite
Fetch the chosen report suite to confirm its configuration.
3
runReport
Submit a ranked report request against the chosen report suite.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Adobe Analytics Report Suite Discovery
  summary: List report suites, fetch one's configuration, then run a report against it.
  description: >-
    Discovers an Adobe Analytics report suite and reports on it in a single
    pass. The workflow lists the report suites available to the account, fetches
    the configuration of a chosen report suite to confirm its currency and
    timezone, then submits a ranked report request against that report suite.
    Each step inlines the bearer token and API key so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-610.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-610.50
      capability_name: Analytics & BI Management
      spec: adobe-experience-cloud-reports-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: reportSuitesApi
  url: ../openapi/adobe-experience-cloud-report-suites-api-openapi.yml
  type: openapi
- name: reportsApi
  url: ../openapi/adobe-experience-cloud-reports-api-openapi.yml
  type: openapi
workflows:
- workflowId: report-suite-discovery
  summary: List report suites, fetch one, and run a report on it.
  description: >-
    Lists report suites, fetches the chosen report suite configuration, then
    submits a report request against it.
  inputs:
    type: object
    required:
    - authorization
    - apiKey
    - companyId
    - rsid
    properties:
      authorization:
        type: string
        description: Bearer access token.
      apiKey:
        type: string
        description: Adobe API key for the x-api-key header.
      companyId:
        type: string
        description: The global company id for the Analytics account.
      rsid:
        type: string
        description: The report suite id to fetch and report on.
      dimension:
        type: string
        description: The dimension to break the report down by.
        default: variables/page
  steps:
  - stepId: listReportSuites
    description: List the report suites available to the account.
    operationId: listReportSuites
    parameters:
    - name: companyId
      in: path
      value: $inputs.companyId
    - name: limit
      in: query
      value: 10
    - name: page
      in: query
      value: 0
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      reportSuites: $response.body#/content
  - stepId: getReportSuite
    description: Fetch the chosen report suite to confirm its configuration.
    operationId: getReportSuite
    parameters:
    - name: companyId
      in: path
      value: $inputs.companyId
    - name: rsid
      in: path
      value: $inputs.rsid
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      confirmedRsid: $response.body#/rsid
      currency: $response.body#/currency
  - stepId: runReport
    description: Submit a ranked report request against the chosen report suite.
    operationId: getReport
    parameters:
    - name: companyId
      in: path
      value: $inputs.companyId
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload:
        rsid: $steps.getReportSuite.outputs.confirmedRsid
        globalFilters:
        - type: standard
          dateRange: example
        metricContainer:
          metrics:
          - id: {}
        dimension: $inputs.dimension
        settings:
          limit: 10
          page: 0
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      totalElements: $response.body#/totalElements
      rows: $response.body#/rows
  outputs:
    reportSuites: $steps.listReportSuites.outputs.reportSuites
    rows: $steps.runReport.outputs.rows

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/adobe-experience-cloud-analytics-report-suite-discovery-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.