Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetGoroutineFlame
Get goroutine flame graph data for the specified session.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
sessionIdStringRequiredSession identifier to retrieve goroutine flame data for.
Query Parameters
formatStringOutput format for the goroutine flame graph.
stateStringFilter goroutines by state; empty string returns all.
minCountIntegerMinimum goroutine count to include a stack in the output.
Example: 0
Responses
Endpoint
GET/api/v1/profiling/goroutine-flame/{sessionId}
/api/v1/profiling/goroutine-flame/{sessionId}
Request Example
curl -X GET '{host}/api/v1/profiling/goroutine-flame/{sessionId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": "example"
}Change History
This API has no change history records yet.
