---
title: "Stream sample events"
method: GET
path: "/samples/{sampleID}/events"
---

# Stream sample events

`GET /samples/{sampleID}/events`

Stream a sample's current state and real-time updates, auto-closing when analysis reaches terminal status.

## Path parameters

- `sampleID` string, required

## Response `200`

Streaming NDJSON response. The first message contains the full sample state; subsequent messages contain state change events.

## Other responses

- `404` — Sample not found.

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/versions/c8c2f68d8b60/schema)
