GetTopFunctions
Get the top CPU-consuming functions from a profiling session.
GET
/api/v1/profiling/flame/{sessionId}/topOperation ID
GetTopFunctionsSince
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 top functions for.
Query Parameters
nIntegerMaximum number of top functions to return.
Example: 0
