Skip to main content
Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required

DownloadRaw

Download raw profiling 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

Request Inputs

Path Parameters

  • sessionIdStringRequired

    Session identifier whose raw profiling data should be downloaded.

Responses

200 OK

On success, this API returns the following response structure.

  • dataString

    Raw binary content of the profiling data file.

    Example: aGVsbG8=

Endpoint

GET/api/v1/profiling/sessions/{sessionId}/download

/api/v1/profiling/sessions/{sessionId}/download

Operation ID

DownloadRaw

Permalink

Request Example

curl -X GET '{host}/api/v1/profiling/sessions/{sessionId}/download' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "data": "example"
}

Change History

This API has no change history records yet.

View all change history