Skip to main content
PATCH
Update conversation metrics config

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Partial update. Provide at least one of default_monitoring_metrics or conditional_monitoring_metrics; each field provided fully replaces the stored value.

default_monitoring_metrics
string[] | null

Metric IDs run on every conversation.

Maximum array length: 500
Example:
conditional_monitoring_metrics
object[] | null

Rules that add metrics when run metadata matches.

Maximum array length: 500

Response

Configuration updated

The organization's conversation metrics configuration.

default_monitoring_metrics
string[]

Metric IDs run on every conversation.

Example:
conditional_monitoring_metrics
object[]

Rules that add metrics when run metadata matches.