Search for in-flight calls
POST/api/correlation/search
Searches the account's active call list in Redis, filtering by phone number and/or call start time with a configurable time window. Returns a paginated list of matching calls. Supports mock and simulation modes via request headers.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns a list of matching calls.
The request is invalid — accountShortGuid not present in token.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No calls matching the specified criteria were found.
An unexpected server error occurred.