WarpBuild LogoWarpBuild Docs
Org config

GET /organization/config/telemetry-export

Returns where the organization's runner telemetry is forwarded, if anywhere. The stored credential is never returned — only whether one is set and its last few characters.

GET
/organization/config/telemetry-export

Authorization

JWTKeyAuth
Authorization<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/organization/config/telemetry-export"
{  "auth_header_name": "string",  "enabled": true,  "headers": {    "property1": "string",    "property2": "string"  },  "logs_endpoint": "string",  "metrics_endpoint": "string",  "provider": "datadog",  "resource_attrs": {    "property1": "string",    "property2": "string"  },  "secret": "string",  "secret_hint": "string",  "secret_set": true}