Skip to main content
GET
/
sessions
/
{session_id}
/
result
/
stream
Stream Session Result
curl --request GET \
  --url https://use.hoop.dev/api/sessions/{session_id}/result/stream
"<string>"

Path Parameters

session_id
string
required

The id of the resource

Query Parameters

newline
string

Append a newline after each event (1=yes)

event-time
string

Prefix each event with its RFC3339 timestamp (1=yes)

events
string

Comma-separated event types to include: i, o, e (default: o,e)

Response

OK

The response is of type string.