Metric Data

GET {{baseUrl}}/mobile_applications/:mobile_application_id/metrics/data.json?names=<string>,<string>&values=<string>,<string>&from=<dateTime>&to=<dateTime>&period=<integer>&summarize=<boolean>&raw=<boolean>

This API endpoint returns a list of values for each of the requested metrics. The list of available metrics can be returned using the Metric Name API endpoint.

Metric data can be filtered by a number of parameters, including multiple names and values, and by time range. Metric names and values will be matched intelligently in the background.

You can also retrieve a summarized data point across the entire time range selected by using the summarize parameter.

See our documentation for a discussion on output pagination, time range related considerations, and for examples of requesting and using metric values.

Request Params

KeyDatatypeRequiredDescription
namesstring(Required) Retrieve specific metrics by name
valuesstringRetrieve specific metric values
fromstringRetrieve metrics after this time
tostringRetrieve metrics before this time
periodstringPeriod of timeslices in seconds
summarizestringSummarize the data
rawstringReturn unformatted raw values

RESPONSES

status: OK

{&quot;metric_data&quot;:{&quot;from&quot;:&quot;1954-03-22T09:10:56.594Z&quot;,&quot;metrics&quot;:[{&quot;name&quot;:&quot;incididunt elit qui&quot;,&quot;timeslices&quot;:[{&quot;from&quot;:&quot;1996-01-29T01:57:39.716Z&quot;,&quot;to&quot;:&quot;2004-08-20T17:25:13.292Z&quot;,&quot;values&quot;:{}},{&quot;from&quot;:&quot;1989-01-18T21:50:12.338Z&quot;,&quot;to&quot;:&quot;1960-12-18T07:02:42.530Z&quot;,&quot;values&quot;:{}}]},{&quot;name&quot;:&quot;ut culpa&quot;,&quot;timeslices&quot;:[{&quot;from&quot;:&quot;1960-04-06T18:35:45.780Z&quot;,&quot;to&quot;:&quot;2003-08-03T19:59:49.984Z&quot;,&quot;values&quot;:{}},{&quot;from&quot;:&quot;1983-03-06T02:44:43.968Z&quot;,&quot;to&quot;:&quot;1965-09-09T00:14:40.870Z&quot;,&quot;values&quot;:{}}]}],&quot;metrics_found&quot;:&quot;in ipsum anim Ut officia&quot;,&quot;metrics_not_found&quot;:&quot;enim irure anim sit dolor&quot;,&quot;to&quot;:&quot;1994-05-30T09:59:13.803Z&quot;}}