Skip to Content
API ReferenceMetrics DebuggingGet Performance Profile

Get Performance Profile

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

Retrieve the circuit performance 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/zip
Circuit performance profile
  • object
Request
curl -X GET '/v0/pipelines/{pipeline_name}/circuit_profile' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
Circuit performance profile
{}