GET
/
api
/
v1
/
sessions
/
recording
/
stream
import os
from syllable_sdk import SyllableSDK


with SyllableSDK(
    api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:

    res = ss_client.sessions.session_recording_stream(token="<value>")

    # Handle response
    print(res)
This response does not have an example.

Authorizations

Syllable-API-Key
string
header
required

Query Parameters

token
string
required

Response

200
application/octet-stream
Successful Response

The response is of type file.