Skip to main content
GET
Retrieve Analysis
Retrieve a queued or completed analysis by ID. Paths use the plural /v1/analyses segment.

Path Parameters

string
required
The analysis identifier returned from POST /v1/sessions/{session_id}/analysis (prefix anl_).

Response

string
Analysis identifier.
string
Always analysis.
string
Session analyzed.
string
Linked call id when available.
string
Analysis profile supplied at creation (default default).
string
processing, completed, or failed.
string
Natural-language summary when analysis finished successfully.
object
Optional condensed sentiment summaries.
object
Optional compliance rollup.
object
Optional quality summary.
string
Plain-text failure explanation when status is failed.
string
Creation time (ISO 8601).
string
Completion time (ISO 8601) once finished.

Request Examples

cURL
Node.js
Python

Response Examples

Polling

Poll GET /v1/analyses/{id} until status moves to completed or failed:

Retention

Poll only until the object reaches a terminal state, then persist anything you need in your systems. Long-lived storage is your responsibility; use webhooks when you want push delivery.