events response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
GET | /api/method/shc.events.errors.stream | SSE stream of error events (see events.md) | annotation |
GET | /api/method/shc.events.stream | SSE stream of event-bus events (see events.md) | annotation |
POST | /internal/events | empty body — 200 on ingest, 204 on self-loop drop | annotation |
shc@docs:~$