Get simulation metric output(s)
Metric Outputs
Get simulation metric output(s)
Retrieve metric output(s) for a simulation by ID. The path segment accepts two ID types and returns different response shapes:
- 26-char MetricOutput ULID: returns a single metric output as
{ "metric": {...} }. - 22-char Metric definition ID: returns every output for that
metric on the simulation as
{ "metric_outputs": [...] }.
Clients should branch on the input ID length they passed.
GET
Get simulation 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
The simulation ID
Required string length:
22 - 27Either 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)

