LlmStreamCompleted event schema (documentation only)
⚠️ DO NOT CALL — documentation only. Shows the shape of 'LlmStreamCompleted' event delivered via /hubs/notifications.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Response Body
application/json
curl -X GET "https://api.speaknode.com/api/hubs/notifications/LlmStreamCompleted"{
"stream_id": "173fd1b7-72c4-44c4-9244-55a0a167a352",
"prompt_tokens": 0,
"completion_tokens": 0
}