For an internal assistant tool I am trying to retrieve all transcripts we have for specific people who I want to fetch by email address.
I understand that get /v2/calls provides me with calls in a certain date range, and I could, in theory, then make a post /v2/calls/extensive to then go through the “parties” and then, based on the responses, go back to post /v2/calls/transcript to retrieve the transcript. But that seems like a lot of uncessary strain on the API. Is there a better way to get all IDs for all calls involving a person by email address?
I checked the search and someone was trying something similar by Account, and that didn’t work. But yeah, maybe someone else has an idea?