---
title: "Retrieve reports data for project"
method: GET
path: "/reports/getGraph"
---

# Retrieve reports data for project

`GET /reports/getGraph`

Fetch a report based on various parameters such as project, functions, quizzes, paywalls, and time ranges.
This endpoint supports a variety of functions and filters for detailed analytical reporting.
**Available functions:**
- `totalSubscriptionsAndRevenue`: Returns total subscriptions, total revenue, charged revenue, LTV, and average subscription amount.
- `subscriptionsByDay`: Provides subscriptions and revenue trends over time.
- `subscriptionsByPriceId`: Groups subscriptions by price ID and provides revenue and LTV details.
- `subscriptionsByCountry`: Groups subscriptions by country and shows total revenue.
- `subscriptionsByStatus`: Breaks down subscriptions by status (e.g., active, incomplete, etc.).
- `dailyCompletionRate`: Tracks completion and conversion rates by day.
- `quizFunnel`: Provides detailed funnel step conversion rates for quizzes.
- `paywallConversionByDays`: Tracks paywall conversion rates by day.
- `paywallFunnel`: Shows the paywall funnel conversion breakdown.
- `subscribeToInstallRate`: Tracks the rate of rhe percent of users who purchased subscription and installed the app after (meaning - requested subscription status using API).
- `utmReport`: Performance of campaigns.

## Query parameters

- `project` integer, required
- `functions[]` string[], required
- `quizzes[]` string[]
- `paywalls[]` string[]
- `quizzesVersion[]` string[]
- `from` string, date, required
- `to` string, date, required
- `utm_source[]` string[]
- `utm_medium[]` string[]
- `utm_campaign[]` string[]
- `utm_content[]` string[]
- `utm_term[]` string[]
- `utm_grouping` 'source_campaign_medium' | 'source_medium_campaign' | 'source_campaign_content' | 'source_campaign_content_term'

## Response `200`

Graph data retrieved successfully

- object
  - `success` integer
  - `functions` object

## Other responses

- `400` — Invalid input or missing parameters
- `404` — Data not found

---

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