Skip to main content
Monitoring & Collection/Profiling

GetFlameData

Retrieve flame graph data for the specified profiling session.

GET/api/v1/profiling/flame/{sessionId}

Operation ID

GetFlameData

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • sessionId
    StringRequired

    Session identifier to retrieve flame graph data for.

Query Parameters

  • format
    String

    Output format for the flame data.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • data
    String

    Flame graph data encoded in the requested format.

    Example: aGVsbG8=