---
title: "Get resume daily statistics"
method: GET
path: "/resumes/{id}/statistics/daily"
tags: ["Resume Statistics"]
---

# Get resume daily statistics

`GET /resumes/{id}/statistics/daily`

Returns a continuous, zero-filled per-day series of view and download counts for the specified resume over the last `days` days (UTC). Requires authentication and resume ownership.

## Path parameters

- `id` string, required — The unique identifier of the resume.

## Query parameters

- `days` integer — Number of trailing days to include.

## Response `200`

The resume's daily view and download statistics.

- object[]
  - `date` string, required — The UTC day in YYYY-MM-DD format.
  - `views` number, required — Number of views recorded on this day.
  - `downloads` number, required — Number of downloads recorded on this day.

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
