---
title: "Get performance hotspots"
method: GET
path: "/api/v1/profiler/hotspots"
tags: ["profiler"]
---

# Get performance hotspots

`GET /api/v1/profiler/hotspots`

Returns aggregated performance hotspots from the profiling session.

## Query parameters

- `limit` integer
- `minDurationMs` number
- `kind` string

## Response `200`

Array of hotspots.

- ProfilerHotspot[] — unresolved $ref

## Other responses

- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
