Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetRegressionReport
Get a single regression report by its identifier.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
reportIdStringRequiredUnique identifier of the regression report to retrieve.
Responses
Endpoint
GET/api/v1/profiling/regression/reports/{reportId}
/api/v1/profiling/regression/reports/{reportId}
Request Example
curl -X GET '{host}/api/v1/profiling/regression/reports/{reportId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"reportId": "rpt-xyz789",
"baselineLabel": "v1.2.0-release",
"compareLabel": "v1.3.0-candidate",
"profileType": "cpu",
"regressionDetected": true,
"severity": "WARNING",
"changedFunctions": [
{}
],
"newHotspots": [
{}
]
}Change History
This API has no change history records yet.
