---
title: "Get paged analytics"
method: GET
path: "/shorten/{trackingId}/analytics"
---

# Get paged analytics

`GET /shorten/{trackingId}/analytics`

Routee sends paged analytic for a specific shorten URL to monitor the effectiveness of the campaigns

## Path parameters

- `trackingId` string, required

## Query parameters

- `from` string, required
- `to` string, required
- `page` string
- `size` string

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `link` string — The shortened URL
  - `longUrl` string — The original URL
  - `visits` unknown[] — The information for each click on the shortened URL.
    - unknown
  - `tags` string — A map of string field values to store information

## Response `200`

200

- object
  - `link` string
  - `longUrl` string
  - `visits` object
    - `content` object[]
    - `first` boolean
    - `last` boolean
    - `totalPages` integer
    - `totalElements` integer
    - `numberOfElements` integer
    - `size` integer
    - `number` integer
  - `tags` object
    - `tag1` string
    - `tag2` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
