Get computer analytics

GET/v1/environments/{environmentId}/analytics

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
environmentIdpathstringYesEnvironment ID
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Computer analyticsapplication/json
FieldTypeRequiredDescription
environmentIdstringNoComputer ID.
availablebooleanNo
summaryobjectNo
summary.totalRuns24hintegerNo
summary.successRate24hnumberNo
summary.failedRuns24hintegerNo
summary.cancelledRuns24hintegerNo
summary.p50RuntimeMsintegerNo
summary.p95RuntimeMsintegerNo
summary.avgRuntimeMsintegerNo
summary.totalRuntimeMinutes24hnumberNo
summary.lastRunAtstringNo
chartsobjectNo
charts.activity24hobject[]No
charts.activity24h[].bucketStartstringNo
charts.activity24h[].labelstringNo
charts.activity24h[].totalintegerNo
charts.activity24h[].completedintegerNo
charts.activity24h[].failedintegerNo
charts.activity24h[].cancelledintegerNo
charts.activity24h[].successRatenumberNo
charts.activity24h[].p95RuntimeMsintegerNo
charts.status24hobject[]No
charts.status24h[].bucketStartstringNo
charts.status24h[].labelstringNo
charts.status24h[].totalintegerNo
charts.status24h[].completedintegerNo
charts.status24h[].failedintegerNo
charts.status24h[].cancelledintegerNo
charts.status24h[].successRatenumberNo
charts.status24h[].p95RuntimeMsintegerNo
recentRunsobject[]No
recentRuns[].idstringNoUnique identifier.
recentRuns[].titlestringNoDisplay title.
recentRuns[].statusstringNoCurrent lifecycle status.
recentRuns[].timestampMsintegerNo
recentRuns[].timestampstringNo
recentRuns[].durationMsintegerNo
Get computer analytics
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow