Org config
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.
Authorization
JWTKeyAuth Authorization<token>
In: header
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/organization/config/telemetry-export/test"{ "at": "string", "error": "string", "http_status": 0}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.
PUT /organization/config/telemetry-export
Points runner telemetry at an OTLP endpoint the organization owns. `secret` is write-only: omit it to keep the stored credential, send an empty string to clear it.