---
title: "Publish profiler marker"
method: POST
path: "/api/v1/profiler/markers"
tags: ["profiler"]
---

# Publish profiler marker

`POST /api/v1/profiler/markers`

Publishes a timestamped marker event into the active profiling session.

## Request body

- ProfilerMarker — unresolved $ref

## Response `200`

Marker published.

- object
  - `success` boolean

## 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)
