---
title: "Get Summary Page Data"
method: POST
path: "/summary-page/get-data"
tags: ["Data Out"]
---

# Get Summary Page Data

`POST /summary-page/get-data`

Retrieve data from the Summary Page for a specified time period.

## Request body

- object
  - `shopDomain` string, required — The domain of the shop for which data is being requested (e.g., `example.myshopify.com`).
  - `period` object, required — The time range for the requested data. Specify the start and end dates.
    - `start` string, required — The start date of the period in ISO 8601 format.
    - `end` string, required — The end date of the period in ISO 8601 format.
  - `todayHour` number, required — The hour of the current day for which data is requested, base-1 (range: 1–25).

## Response `200`

A successful response containing Summary Page data for the specified shop and period.

- object
  - `metrics` object[] — A list of key metrics and their values for the specified time period.
    - `metricName` string, required — The name of the metric (e.g., `revenue`, `orders`).
    - `value` number, required — The value of the metric for the requested time period.

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests

---

[API](https://skmtc.net/triplewhale/apis/triple-whale-api.md) · [All operations](https://skmtc.net/triplewhale/apis/triple-whale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/triplewhale/triple-whale-api/revisions/96b22ac9b5a7/schema)
