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

# Get resume statistics

`GET /resumes/{id}/statistics`

Returns view and download statistics for the specified resume, including total counts and the timestamps of the last view and download. Requires authentication.

## Path parameters

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

## Response `200`

The resume's view and download statistics.

- object
  - `isPublic` boolean, required — Whether the resume is currently public.
  - `views` number, required — Total number of times the resume has been viewed.
  - `downloads` number, required — Total number of times the resume has been downloaded.
  - `lastViewedAt` string, date-time, nullable, required — Timestamp of the last view, or null if never viewed.
  - `lastDownloadedAt` string, date-time, nullable, required — Timestamp of the last download, or null if never downloaded.

---

[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)
