Hello ! When I use a squad and the call is routed to multiple assistants, how is the "end-of-call" organized ? For example, which assistant id is given ? Squad id, or first assistant id, or last assistant id ?
k
Kyle
02/27/2025, 5:34 AM
When using a squad with multiple assistants, here's how the call organization works:
\- The call starts with the first assistant in the squad's members list
\- As transfers happen between squad members, each assistant handles their portion
\- The call metadata maintains both the squad ID and current active assistant information
\- When a call ends: Both squad ID and current active assistant ID are preserved in the call record, the final assistant that handled the call will be recorded as the active assistant.
j
Jeebs from eva.be
03/08/2025, 7:06 PM
So currently, I can't list calls filtered by squad id, as the endpoint does not offer that possibility. Should I add this as feature request ?