cURL
curl --request GET \ --url https://api.example.com/v1/sessions/{session_id}/transcript \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": { "session_active": true, "transcript_data": [ { "role": "user", "transcript": "<string>", "absolute_timestamp": 123, "relative_timestamp": 123 } ], "next_timestamp": 123 }, "message": "<string>" }
Get the transcript for a session
Successful Response
Show child attributes
Was this page helpful?