Calls
Retrieve the list of calls and monitor their processing status after uploading audio or transcriptions.List Calls
Request
Query Parameters
Filter by processing status (see table below).
Pagination offset.
Number of records to return (max 100).
Full-text search across call data.
Response 200
Processing Statuses
After a call is uploaded, it moves through these processing stages:| Status | Description |
|---|---|
pending | Awaiting processing |
transcription | Audio is being transcribed to text |
token_lemma | Tokenization and lemmatization |
llm_analysis | LLM analysis (summaries, sentiment, custom variables) |
scoring | Evaluation against checklists |
completed | Processing finished successfully |
failed | Processing error occurred |