Get conversation metric output(s)
Metric Outputs
Get conversation metric output(s)
Retrieve metric output(s) for a conversation by ID. The path segment accepts two ID types and returns different response shapes:
- 26-char MetricOutput ULID (e.g.
01JCQR8Z9PQSTNVWXY12345678): returns a single metric output as{ "metric": {...} }. - 22-char Metric definition ID (e.g.
29BlkepvvX19ebbLDB0y6Q): returns every output for that metric on the conversation as{ "metric_outputs": [...] }.
Clients should branch on the input ID length they passed.
GET
Get conversation metric output(s)
Documentation Index
Fetch the complete documentation index at: https://docs.coval.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication.
Path Parameters
Unique conversation identifier
Required string length:
22 - 26Either a 26-char MetricOutput ULID or a 22-char Metric definition ID. See endpoint description for response shape per ID type.
Required string length:
22 - 26Response
Metric output details. Single object when called with a 26-char ULID, collection object when called with a 22-char metric_id.
- Option 1
- Option 2
Single metric output (returned when {metric_output_id} is a 26-char ULID)

