Check if any in-flight calls exist for the account
GET/api/correlation/inFlight
Searches the account's active call list in Redis to determine if any calls are currently in-flight. Returns 204 No Content if at least one call exists, or 404 Not Found if none.
Responses
- 204
- 400
- 401
- 403
- 404
- 500
At least one in-flight call exists for the account.
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 in-flight calls found for the account.
An unexpected server error occurred.