List conversation metrics
Metric Outputs
List conversation metrics
List all metrics computed for a specific conversation.
GET
List conversation metrics
Authorizations
API key for authentication.
Path Parameters
Unique conversation identifier
Required string length:
22 - 26Query Parameters
Filter expression syntax.
Values may be unquoted or double-quoted. Values containing spaces must be quoted.
Supported fields:
metric_name(string): Filter by metric name (e.g.,metric_name=latency)status(string): Filter by status (e.g.,status=COMPLETED)output_type(string): Filter by type (e.g.,output_type=float)
Examples:
filter=status=COMPLETEDfilter=metric_name=latency AND status=COMPLETEDfilter=output_type=float
Maximum number of metrics to return (1-1000)
Required range:
1 <= x <= 1000Pagination token from previous response (for fetching next page)
Field to order results by.
Supported fields:
metric_name(default): Sort by metric name alphabeticallycreate_time: Sort by creation timestart_time: Sort by computation start timeend_time: Sort by computation end timevalue: Sort by metric value (float types only)
Prefix with - for descending order (e.g., -create_time)

