Skip to main content
GET
Get metric values produced by a metric collection job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Query Parameters

status
enum<string>
default:success

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.

Available options:
success,
all

Response

Metric values produced by the job, grouped by metric definition

data
object[]
required

Metric values produced by a specific metric collection job. Grouped by metric definition, same shape as the per-call metrics endpoint.