while checking for conferences through the api i get back a huge list with all the conference that were created. Is there any way to clear them up (delete old conferences)? didnt find anything in the api definition. Thx in advance,
I guess you mention supervisorAPI
There are two parts returned there, the "real time" and the "accumulated" metrics. The real-time metrics should be close to your requirements, since active calls should be present in real-time metrics.
If you are looking for specific Conferences using the conferencesAPI, you may introduce query parameters in the url, to filter the results. These includes:
In your case you may play with Status query param, and see if that meets your requirements.
Regarding cleaning, these CDR records are not meant to be removed, as they represent basic accounting information. Currently there are no requirements on removing CDRs from the REST API (of course nothing prevents from removing at the Database level).