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.
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}GET /jobs/daywise-costs
GetDaywiseCosts
POST /organization/config/telemetry-export/test
Verifies endpoint and credentials by posting a one-datapoint OTLP payload for every configured signal. Returns the endpoint's response rather than failing the request, so a rejected credential comes back as a 200 with the error described.