---
title: "GET /ai/insights/answerQuestion"
method: GET
path: "/ai/insights/answerQuestion"
tags: ["api"]
---

# GET /ai/insights/answerQuestion

`GET /ai/insights/answerQuestion`

## Query parameters

- `filter.question` string
- `filter.topCount` integer

## Response `200`

OK

- AnswerQuestionResult
  - `tenantId` string
  - `topCount` integer
  - `data` Data
    - `revenue` Revenue[]
      - `assetTrackName` string
      - `totalRevenue` number, double
    - `weeklyGrowth` WeeklyGrowth[]
      - `assetTrackName` string
      - `weeklyStreams` number, double
      - `previousWeekStreams` number, double
      - `weeklyGrowthValue` number, double
      - `growthPercentage` number, double
    - `totalStreams` TotalStreams[]
      - `assetTrackName` string
      - `totalStreamsValue` number, double
    - `totalSaves` TotalSaves[]
      - `assetTrackName` string
      - `assetReleaseName` string
      - `totalSavesValue` number, double
  - `plotConfig` PlotConfig
    - `revenue` Config
      - `xCol` string
      - `yCol` string
      - `xLabel` string
      - `yLabel` string
      - `showPercentages` boolean
      - `title` string
    - `weeklyGrowth` Config
      - `xCol` string
      - `yCol` string
      - `xLabel` string
      - `yLabel` string
      - `showPercentages` boolean
      - `title` string
    - `totalStreams` Config
      - `xCol` string
      - `yCol` string
      - `xLabel` string
      - `yLabel` string
      - `showPercentages` boolean
      - `title` string
    - `totalSaves` Config
      - `xCol` string
      - `yCol` string
      - `xLabel` string
      - `yLabel` string
      - `showPercentages` boolean
      - `title` string
  - `columnFormats` ColumnFormats
    - `revenue` RevenueFormat
      - `totalRevenue` string
    - `weeklyGrowth` WeeklyGrowthFormat
      - `weeklyStreams` string
      - `previousWeekStreams` string
      - `weeklyGrowthValue` string
      - `growthPercentage` string
    - `totalStreams` TotalStreamsFormat
      - `totalStreamsValue` string
    - `totalSaves` TotalSavesFormat
      - `totalSavesValue` string
  - `majorFindings` string[]
  - `keyInsights` string[]
  - `dataAnalysisPoints` string[]
  - `performanceMetrics` string[]
  - `actionableRecommendations` string[]
  - `monitoringFramework` string[]

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/7a22c2db13c0/schema)
