Skip to main content
POST
Ingest RTCP-XR call-quality metrics from the media server

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
call_id
string
required

Call identifier matching the call log id.

tenant_id
string
required

Tenant (organization) id that owns the call.

metrics
object
required

Measured RTCP-XR quality metrics.

event
string

Event type, always rtcp_xr.

recorded_at
string<date-time>

RFC3339 timestamp of the sample (defaults to server time).

Response

200 - application/json

The metrics were accepted. ingested is true when they were written and false for an accepted no-op (for example an unknown tenant).

ok
boolean
required
ingested
boolean
required