01-20-2026 02:19 AM
Hi everyone,
I’m working with a customer who is using Webex Calling Customer Assist, and I’m trying to retrieve real‑time call details for calls abandoned at the queue level.
So far, I haven’t found a direct way to pull this information from the Control Hub or any built‑in reporting tools. I assumed it might be available through the Webex Calling Reporting API, but I haven’t been able to locate any API reference that exposes abandoned‑call metrics or queue‑level call details in the Webex Calling API documentation.
Has anyone come across an API endpoint, report type, or alternative method that provides real‑time abandoned call information for Customer Assist queues? Any guidance or pointers would be greatly appreciated.
Thanks in advance.
02-12-2026 07:02 PM - edited 02-12-2026 07:17 PM
Paul (CDRGuru)
02-12-2026 07:18 PM
Customer Assist reporting is interaction-based (correlation/session level). “Abandoned” is treated as a derived outcome, so you typically need to stitch CDR legs by correlation/session ID and classify outcomes at the interaction level.Paul (CDRGuru)
01-23-2026 05:49 AM
Yes, you can have the CDR data via the new cdr_stream API, this is almost as fast as the cdr webhook, or, via the cdr_feed API , but neither will give you an "abandoned" field. You need to query the data and apply some logic to deduct the abandon detail yourself.
Cisco says this coming February 2026, they will announcing new reports for Customer Assist ...
NextPointe
01-20-2026 07:10 AM
Hi,
Can you please check Get Live Stream Detailed Call History | Webex for Developers ?
Thanks,
Umesh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide