curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/result/stream"<string>"Returns the decoded output of a session as plain text with chunked transfer encoding
curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/result/stream"<string>"The id of the resource
Append a newline after each event (1=yes)
Prefix each event with its RFC3339 timestamp (1=yes)
Comma-separated event types to include: i, o, e (default: o,e)
OK
The response is of type string.
Was this page helpful?