cURL
curl --request GET \ --url https://alto.dialme.at/api/altov2/public/transcripts/filter-id \ --header 'Authorization: Bearer <token>'
{ "message": "success", "result": [ { "_id": "tr_***", "assistant_id": "as_***", "conversation_id": "<string>", "timestamp": 123, "full_transcript": [ { "text": "<string>", "sender": "<string>", "timestamp": 123 } ], "transcript_summary": "<string>", "pre_questions": {}, "analytics": [ "<unknown>" ] } ] }
Retrieve your key from Dashboard.
Total result
0 <= x <= 1000
Page index
Successful response
"success"
Show child attributes