Discussions
Call Transcript -- Getting a Truncated Response
24 days ago by Troy Elston
I'm getting a truncated response when I send a get request to https://dialpad.com/api/v2/transcripts/{call_id}. I assume it's possibly due to pagination, filtering, or API limits. But I don't know. Is there an additional parameter I need to include in the URL.
Also, I'm only looking for transcripts and not moments. Is there a way to exclude moments as well, if not that's okay as I can filter them out with PHP scripts, but I need the entire conversation at the minimum.