Hey, apologies if this is mentioned before but couldn’t find.
When I hit POST - Retrieve detailed call data API, it only pulls certain amount of (89) calls’ data although I haven’t specified and date, call_id etc. limitation. In the API doc it only mentions a time frequency limitation but now I’m wondering whether there’s a size limitation as well, anyone experienced a similar issue?
For reference, below is how my payload looks;
payload_calls = {
"contentSelector": {
"context": "Extended",
"contextTiming": [
"Now",
"TimeOfCall"
],
"exposedFields": {
"collaboration": {
"publicComments": True
},
"content": {
"pointsOfInterest": True,
"structure": True,
"topics": True,
"trackers": True
},
"interaction": {
"personInteractionStats": True,
"questions": True,
"speakers": True
},
"parties": True
}
},
"filter": {
"__callIds": []
}
}