Find the most recent call matching specific parameter or external identifier key/value pairs
params or external_identifiers fields. It returns the most recent call that matches your search criteria.
param_key + param_value: Search for a call where the params field contains the specified key-value pairexternal_identifier_key + external_identifier_value: Search for a call where the external_identifiers field contains the specified key-value pairCallFindByAttributeResponse object containing:
success: Boolean indicating if a call was foundcall: The full call details (same as the Get Call endpoint) if foundThe key to search for in the call's params field
The value to match for the specified param_key
The key to search for in the call's external_identifiers field
The value to match for the specified external_identifier_key