X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///test_runs//report' \
--header 'X-API-Token;'
{
"app_upload_id": "string",
"date": "string",
"testType": "string",
"platform": "string",
"stats": {
"os": 0,
"devices": 0,
"filesize": 0,
"totalDeviceMinutes": 0,
"devices_not_runned": 0,
"failed": 0,
"skipped": 0,
"passed": 0,
"total": 0,
"devices_finished": 0,
"devices_failed": 0,
"devices_skipped": 0,
"step_count": 0,
"artifacts": {
"property1": "string",
"property2": "string"
}
},
"id": "string",
"schema_version": 0,
"revision": 0,
"features": [
{
"name": "string",
"tests": [
{
"testName": "string",
"runs": [
{
"number": 0,
"steps": [
{
"stepName": "string",
"id": "string",
"stepExecutions": [
{
"device_snapshot_id": "string",
"status": "string",
"timestamp": 0
}
],
"failed": 0,
"skipped": 0,
"step_report_url": "string"
}
],
"failed": 0,
"skipped": 0,
"report_url": "string",
"id": "string"
}
],
"peakMemory": 0,
"peakDuration": 0
}
],
"failed": 0,
"skipped": 0,
"peakMemory": 0,
"peakDuration": 0
}
],
"finished_device_snapshots": [
"string"
],
"device_logs": [
{
"device_snapshot_id": "string",
"device_log": "string",
"test_log": "string",
"appium_log": "string"
}
],
"date_finished": "string",
"errorMessage": "string",
"snapshot_fatal_errors": [
{
"device_snapshot_id": "string",
"error_message": "string",
"error_title": "string"
}
]
}