---
title: "Retrieve detailed analytics report"
method: POST
path: "/analytics/report"
tags: ["Analytics"]
---

# Retrieve detailed analytics report

`POST /analytics/report`

## Overview

Get comprehensive analytics covering sales, bookings, commissions, and revenue for your date range. This is your complete business intelligence endpoint.

## When to Use

- **Executive dashboards** - Complete business overview
- **Financial reporting** - Track revenue, sales, and commissions
- **Booking analysis** - Monitor confirmed vs cancelled bookings
- **Performance tracking** - Daily breakdowns of key metrics

## What You Get

- **Sales revenue** - Daily sales totals with currency
- **Booking counts** - Confirmed and cancelled bookings per day
- **Commission data** - Commission earned per day
- **Revenue breakdown** - Total revenue calculations
- **Aggregated totals** - Summary statistics for the entire period

## Key Features

- **Daily granularity** - See day-by-day performance
- **Multiple currencies** - Currency information included
- **Complete metrics** - Sales, bookings, commissions, and revenue in one response
- **Time-series ready** - Data formatted for easy charting

## Quick Start

Provide start and end dates. Returns detailed daily analytics plus aggregated totals for the period.

## Request body

- object
  - `from` string, date, required — Start date for the report YYYY-MM-DD (ISO 8601)
  - `to` string, date, required — End date for the report YYYY-MM-DD (ISO 8601)

## Response `200`

Detailed analytics report retrieved successfully

---

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