---
title: "Debugger"
method: GET
path: "/api/tracker/v1/debugger"
tags: ["Tracker"]
---

# Debugger

`GET /api/tracker/v1/debugger`

Get stream of sessions

## Query parameters

- `app_id` string, uuid, required
- `limit` integer
- `offset` integer
- `ip` string, ip
- `visitor_id` string
- `user_id` string
- `page_url` string
- `event_type` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24
- `lookup_window` integer

## Response `200`

A stream of sessions matching given criteria

## Other responses

- `400` — Bad request response (eg. missing GET parameter, or parameter value out of bounds)
- `401` — Access token is missing or invalid
- `404` — Authenticated user doesn't have proper access rights or the token is missing or invalid
- `500` — Internal application error response (some service encountered unexpected error)

---

[API](https://skmtc.net/piwik/apis/web-api.md) · [All operations](https://skmtc.net/piwik/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piwik/web-api/revisions/f63416a36168/schema)
