OTel
🧪 List OTLP exporters
[EXPERIMENTAL] Returns a list of OTLP exporter configurations for the given organization.
get/otel/exporters
Query parameters
org-idstring uuid required
An opaque identifier of an organization used in query parameters.
Response
List of OTLP exporters.
Example response
[
{
"id": "123e4127-e89b-12d3-a456-426123417400",
"org_id": "b9291e0d-a11e-41fb-8517-c545388b5953",
"endpoint": "otel.example.com:4317",
"protocol": "grpc"
}
]