Skip to main content
GET
List chat metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

flatten
string

Whether to return a flat list instead of grouped by metric definition (default: false)

status
enum<string>
default:success

Filter metrics by capture status. success (default) returns only successfully computed metrics — backwards-compatible with the historical behavior. all also returns NOT_APPLICABLE / DATA_MISSING / ERROR rows (with value omitted), so clients can distinguish "still computing" from "computed but no value" and exit retry loops correctly.

Available options:
success,
all

Response

Metrics for a specific chat

data
object[]
required

Conversation metrics response payload grouped by metric definition