---
title: "🧪 List OTLP exporters"
method: GET
path: "/otel/exporters"
tags: ["OTel"]
---

# 🧪 List OTLP exporters

`GET /otel/exporters`

[__EXPERIMENTAL__] Returns a list of OTLP exporter configurations for the given organization.

## Query parameters

- `org-id` string, uuid, required

## Response `200`

List of OTLP exporters.

- Exporter[]
  - `id` string, uuid — The exporter ID.
  - `org_id` string, uuid — The organization ID that owns this exporter.
  - `endpoint` string — The OTLP endpoint to send spans to.
  - `protocol` 'grpc' | 'http' — The OTLP transport to use when exporting data.
  - `insecure` boolean — Whether to use an insecure connection to the endpoint.
  - `headers` object — Additional headers to include in export requests. Header values are encrypted at rest and will appear redacted as "xxxx" in responses.
  - `issues` string[] — A list of validation issues detected with this exporter configuration, such as an endpoint that no longer resolves. Only present when issues are detected.

## Other responses

- `400` — Unexpected request body provided.
- `401` — Credentials provided are invalid.
- `404` — Entity not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/circleci/apis/api-v2.md) · [All operations](https://skmtc.net/circleci/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circleci/api-v2/revisions/b9c0e0c24058/schema)
