---
title: "Stream verification status via SSE"
method: GET
path: "/api/v1/verify/session/{sid}/stream"
---

# Stream verification status via SSE

`GET /api/v1/verify/session/{sid}/stream`

Opens a Server-Sent Events stream. Sends an initial status event, then complete/expired, and closes.

## Path parameters

- `sid` string, required

## Response `200`

SSE stream.

## Other responses

- `401` — Unauthorized.
- `404` — Session not found or not owned by this API key.
- `429` — Verify quota exceeded.

---

[API](https://skmtc.dev/docksys/apis/dock-api.md) · [All operations](https://skmtc.dev/docksys/apis/dock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docksys/dock-api/revisions/e6943210dda3/schema)
