Skip to main content
POST
Report call diagnostics

Authorizations

Authorization
string
header
required

Polymorfa organization key (pmfa_ prefix), project token (pmfa_pt_ prefix) where supported, or short-lived client token (pmfa_ct_ prefix). Organization and project keys may be personal or service-account owned and enforce selected action scopes. Organization keys cover the team and its projects; project tokens stay inside one project. Client tokens stay inside their live project and session and enforce their client rules.

Path Parameters

id
string
required

Identifier for this resource.

Value constraints

Minimum string length: 1
Example:

"call-123"

Body

application/json
kind
enum<string>
required

Kind discriminator for this object.

Allowed values

Available options:
quality
connectionId
string
required

Client-chosen identifier of one media connection. Reusing it replaces that connection.

Value constraints

Pattern: ^[A-Za-z0-9_-]{8,64}$
Example:

"conn_0123456789"

quality
object
required

Specifies quality for this native voip call quality report.

Value constraints

participant
string

Server credentials only: the participant acting in the call. Defaults to default. Client tokens act as their own participant and must omit this field.

Value constraints

Pattern: ^[A-Za-z0-9._:@-]{1,128}$
Example:

"agent-7"

client
object

Specifies client for this native voip call quality report.

Response

Report accepted

success
boolean
required

Whether the request succeeded.

message
string

Human-readable message associated with this result.