List all metrics computed for a specific conversation.
API key for authentication.
Unique conversation identifier
22 - 26Filter 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=floatMaximum number of metrics to return (1-1000)
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)