Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetBaseline
Get a single performance baseline record 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
baselineIdStringRequiredUnique identifier of the baseline record to retrieve.
Responses
Endpoint
GET/api/v1/profiling/baselines/{baselineId}
/api/v1/profiling/baselines/{baselineId}
Request Example
curl -X GET '{host}/api/v1/profiling/baselines/{baselineId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"baselineId": "bl-20240101",
"baselineLabel": "v1.2.0-release",
"profileType": "cpu",
"sessionId": "sess-abc123",
"description": "Post-deploy baseline for v1.2.0",
"topFunctions": [
{}
],
"createdAt": "example",
"isLatest": true
}Change History
This API has no change history records yet.
