---
title: "Logs"
method: GET
path: "/api/tracker/v1/log"
tags: ["Tracker"]
---

# Logs

`GET /api/tracker/v1/log`

Get stream of logs

## Query parameters

- `app_id` string, uuid, required
- `event_ids` integer, required
- `server_time_min` string, date-time
- `server_time_max` string, date-time

## Response `200`

A stream of anonymized logs 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)
