Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetGoroutineAnalysis
Retrieve goroutine analysis results for the given profiling session.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sessionIdStringRequiredSession identifier to retrieve goroutine analysis for.
Responses
Endpoint
GET/api/v1/profiling/sessions/{sessionId}/analysis
/api/v1/profiling/sessions/{sessionId}/analysis
Request Example
curl -X GET '{host}/api/v1/profiling/sessions/{sessionId}/analysis' -H 'Authorization: Bearer {token}'
Response Example
200{
"sessionId": "sess-abc123",
"goroutineCount": 512,
"topStacks": [
{}
],
"blockedGoroutines": [
{}
],
"goroutineGrowthRate": 1.25,
"analyzedAt": "example"
}Change History
This API has no change history records yet.
