Get metric values produced by a metric collection job
Returns the metric values produced by the specified job, grouped by metric definition. Unlike GET /v1/call/:callId/metrics (which returns the latest values on a call, regardless of which job computed them), this endpoint returns exactly the values this job produced — including for calls whose live values have since been overwritten by a later job. By default returns only SUCCESS rows; pass ?status=all to also include NOT_APPLICABLE / DATA_MISSING / ERROR.
Documentation Index
Fetch the complete documentation index at: https://docs.roark.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter metrics by capture status. success (default) returns only successfully computed metrics; all also returns NOT_APPLICABLE / DATA_MISSING / ERROR rows with the value field omitted.
success, all Response
Metric values produced by the job, grouped by metric definition
Metric values produced by a specific metric collection job. Grouped by metric definition, same shape as the per-call metrics endpoint.

