GET
/
debug
/
pprof
/
{profileType}
pprof data
curl --request GET \
  --url https://{tenant}/debug/pprof/{profileType} \
  --header 'X-Tyk-Authorization: <api-key>'
This response does not have an example.

Authorizations

X-Tyk-Authorization
string
header
required

Path Parameters

profileType
string
required

The specific pprof data to retrieve (heap, goroutine, threadcreate, block, etc.), or a pattern matching multiple types.

Example:

"heap"

Response

200 - application/octet-stream

pprof data.

The response is of type file.