logs 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.logs.get | MethodResponse[LogsResponse] | handler |
GET | /api/method/shc.stack.logs.stream | chunked text/plain log stream | annotation |
GET | /internal/containers/{container_id}/logs | chunked text/plain log stream (peer bridge) | annotation |
WS | /internal/containers/{container_id}/logs/ws | WebSocket upgrade — peer log follow bridge | annotation |
WS | /internal/stacks/{deployment_id}/logs/ws | WebSocket upgrade — peer stack-log follow bridge | annotation |
WS | /internal/ws/logs | WebSocket upgrade — peer log follow bridge | annotation |
shc@docs:~$