Filter call history (paginated)
POST/v1/open-api/call-history/filter
Return a paginated list of call records matching the given filters. All filter fields are optional — omitting a field means "no restriction on that dimension".
Requires grant PERMISSION_OPEN_API_CALL_HISTORY:READ.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Page of call history records.
Validation error (400).
Invalid, revoked or expired token (401).
The token lacks the required permission:scope grant (403).
Rate limit of 60 requests/minute exceeded (429).