GetGoroutineFlame
Get goroutine flame graph data for the specified session.
GET
/api/v1/profiling/goroutine-flame/{sessionId}Operation ID
GetGoroutineFlameSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
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
