List available statistics filters
Returns the filter values that populate statistics dashboards:
every (week, year) pair that has at least one completed call in the
organization, plus every assistant in the organization. The all
assistant sentinel is not returned — clients can always pass
assistant_id=all to the /usage endpoint regardless of this list.
Authorization
bearerAuth API key in the Authorization: Bearer <key> header.
Keys are created in the SMAO dashboard (Settings → API Keys).
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/statistics/summary"{ "data": { "available_weeks": [ { "week": 0, "year": 0 } ], "available_assistants": [ { "id": "string", "name": "string" } ] }}Permanently delete the call recording DELETE
**Irreversible.** Erases every audio artifact of the call from object storage — the master recording, both channel recordings, the playback transcode and the waveform data — and reports success only after the deletion has been verified. The call itself is kept: transcript, analyses, notes, metadata and diagnostics are untouched, and the call keeps appearing in `GET /calls`.
Usage breakdown for a week + assistant filter GET
Returns the monthly + weekly + last-24h breakdown for the selected week/year window. `assistant_id=all` aggregates across every assistant; passing a concrete 24-hex ID filters to that assistant's calls only. Supplying an ID that does not belong to the caller's organization returns 404.