Skip to Content
API ReferenceMetrics DebuggingPerformance Profile JSON

Performance Profile JSON

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

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