List all custom metrics for an agent
Custom Metrics
List Custom Metrics
Retrieve all custom metrics configured for a specific agent
GET
List all custom metrics for an agent
Documentation Index
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns a paginated list of all custom metrics defined for an agent. These metrics can be tracked during conversations and used for analytics and reporting.Custom metrics allow you to track agent-specific KPIs like customer satisfaction, issue resolution, or any other measurable data point relevant to your use case.
Use Cases
- Dashboard Setup: Retrieve all metrics to display in your analytics dashboard
- Metric Discovery: Find available metrics before querying their data
- Configuration Audit: Review which metrics are configured for an agent
Pagination
Use thelimit and startAfterId parameters to paginate through large metric collections:
Response
Each metric includes:- id: Unique identifier
- key: Metric key used in conversations
- type: Data type (number, boolean, enum, string)
- description: What the metric measures
- options: Available values (for enum type only)
- isSystem: Whether it’s a built-in system metric
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the agent
