---
title: "Provides a URL that can be used to view the report for the user."
method: GET
path: "/users/{userid}/reportlink"
---

# Provides a URL that can be used to view the report for the user.

`GET /users/{userid}/reportlink`

## Path parameters

- `userid` number, required

## Query parameters

- `ttl` number

## Response `200`

Report link URL for the user.

- object
  - `EntryLink` string — The URL to access the user's report. Valid until ExpiresAt.
  - `ExpiresAt` string, date-time — The date and time the link expires.
  - `LinkId` string — Unique identifier for this report link.

## Changes

- **2026-06-09** `793d3e626da1` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/smarterservices/apis/multi-server-api/changes/users/:userid/reportlink/get.md)

---

[API](https://skmtc.dev/smarterservices/apis/multi-server-api.md) · [All operations](https://skmtc.dev/smarterservices/apis/multi-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smarterservices/multi-server-api/revisions/793d3e626da1/schema)
