---
title: "GET /events/{file}/{function}/{lineno}"
method: GET
path: "/events/{file}/{function}/{lineno}"
tags: ["global"]
---

# GET /events/{file}/{function}/{lineno}

`GET /events/{file}/{function}/{lineno}`

Get all event counter information for function on line number of file.

## Query parameters

- `pretty` boolean

## Response `200`

Successfully retrieved event counter information.

- object[]
  - `path` string
  - `level` 'EMERG' | 'ALERT' | 'CRIT' | 'ERR' | 'WARNING' | 'NOTICE' | 'INFO' | 'DEBUG'
  - `odometer` integer
  - `odometer_timestamp` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/hse-project/apis/hse-rest-api.md) · [All operations](https://skmtc.net/hse-project/apis/hse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hse-project/hse-rest-api/versions/35114e72c580/schema)
