Skip to Content

Get Heap Profile

GET/v0/pipelines/{pipeline_name}/heap_profile
Authentication
Parameters

Retrieve the heap profile of a running or paused pipeline.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Parameters

Path parameters

NameTypeRequiredDescription
pipeline_namestringYesUnique pipeline name

Response

application/protobuf
Heap usage profile as a gzipped protobuf that can be inspected by the pprof tool
  • string (binary)
Request
curl -X GET '/v0/pipelines/{pipeline_name}/heap_profile' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
Heap usage profile as a gzipped protobuf that can be inspected by the pprof tool
"string"