---
title: "GET /decks/{reference}/analytics"
method: GET
path: "/decks/{reference}/analytics"
tags: ["decks"]
---

# GET /decks/{reference}/analytics

`GET /decks/{reference}/analytics`

fetch deck engagements and geographic stats

## Path parameters

- `reference` string, required

## Response `200`

OK

- ServerFetchEngagementsResponse
  - `engagements` MalakDeckEngagementResponse, required
    - `daily_engagements` MalakDeckDailyEngagement[], required
      - `created_at` string
      - `deck_id` string
      - `engagement_count` integer
      - `engagement_date` string
      - `id` string
      - `reference` string
      - `updated_at` string
      - `workspace_id` string
    - `geographic_stats` MalakDeckGeographicStat[], required
      - `country` string
      - `created_at` string
      - `deck_id` string
      - `id` string
      - `reference` string
      - `stat_date` string
      - `updated_at` string
      - `view_count` integer
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
