Subscribe to the per-call event stream (Server-Sent Events)
GET
/v1/sessions/{callId}/stream
The widget opens this immediately after minting a voice token, before starting the Retell call. The server pushes tool-call events here when Retell webhooks powsoo_show_card, plus periodic heartbeat events to keep proxies from idling the connection out. Authentication is via the x-powsoo-session-token header returned by /v1/voice-tokens.
Parameters
Path Parameters
callId
required
string
Query Parameters
token
string
Header Parameters
x-powsoo-session-token
string
Responses
200
Open event stream
One of:
object
type
required
string
callId
required
string
object
type
required
string
toolCallId
required
string
card
required
object
title
required
string
description
string
fields
Array<object>
object
label
required
string
value
string
type
string
editable
boolean
options
Array<object>
object
id
required
string
label
required
string
actions
required
Array<object>
object
label
required
string
value
required
string
style
string
object
type
required
string
toolCallId
required
string
reason
string
object
type
required
string
at
required
string format: date-time
401
Missing or invalid session token
object
ok
required
boolean
error
required
object
code
required
string
message
required
string
requestId
string
404
Unknown callId
object
ok
required
boolean
error
required
object
code
required
string
message
required
string
requestId
string