LlmStreamFailed event schema (documentation only)

⚠️ DO NOT CALL — documentation only. Shows the shape of 'LlmStreamFailed' event delivered via /hubs/notifications.

GET
/api/hubs/notifications/LlmStreamFailed
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/LlmStreamFailed"
{
  "stream_id": "173fd1b7-72c4-44c4-9244-55a0a167a352",
  "error_message": "string"
}