Skip to main content
GET
/
sessions
/
{id}
/
events
Stream Session Events
curl --request GET \
  --url https://api.example.com/sessions/{id}/events \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT bearer token issued by fabro-web. See the Authentication guide for details.

Headers

Last-Event-ID
string

SSE reconnection header. When provided, the server resumes the stream after the event with this ID. IDs are 0-based sequential integers assigned to each emitted SSE frame.

Path Parameters

id
string<uuid>
required

Unique session identifier.

Response

Server-sent event stream

The response is of type string.