Dozor
Sessions

Typed timeline markers extracted from the event stream

VIEWER+. Returns marker rows ordered by timestamp. Optional `?kind=` filter (e.g. `url`, `identity`).

GET/api/sessions/{sessionId}/markers

VIEWER+. Returns marker rows ordered by timestamp. Optional ?kind= filter (e.g. url, identity).

Path Parameters

sessionId*string

Session id (cuid)

Response Body

application/json

curl -X GET "https://loading/api/sessions/string/markers"
{
  "markers": [
    {
      "timestamp": 1761480000000,
      "kind": "url",
      "data": {
        "url": "https://your-app.com/checkout",
        "pathname": "/checkout"
      }
    }
  ]
}
Empty
Empty
Empty