Find a specific in-flight call
POST/api/correlation/find
Searches the account's active call list in Redis for a single matching call. Filters by any combination of SIP call ID, external correlation ID, call start time, to-number, and from-number. Returns an error if more than one call matches the criteria. Supports mock and simulation modes via request headers.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns the matching in-flight call details.
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 call matching the specified criteria was found.
An unexpected server error occurred.