Skip to main content
GET
List OTLP destinations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20

Limit the number of destinations to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Offset the number of destinations to return.

Required range: x >= 0
query
string

Case-insensitive substring match against destination name or endpoint. IDs match by exact value.

name
string

Exact-match filter on destination name using the database collation. In production, matching is case- and accent-insensitive.

Response

List of OTLP destinations

created_at
string<date-time>
required
endpoint
string
required

OTLP/HTTP endpoint telemetry is sent to.

Maximum string length: 2048
headers
object
required

Headers sent with each export request. Names are returned in canonical form (Authorization, not authorization). Non-dashboard reads return values redacted as empty strings, so the keys are visible but the credentials are not. Dashboard reads return the stored values.

id
string
required
Maximum string length: 128
name
string
required

Unique within the organization. Usable in place of the ID when selecting a destination, so it cannot be shaped like an ID.

Pattern: ^[a-zA-Z0-9._-]{1,255}$
updated_at
string<date-time>
required
description
string
Maximum string length: 1024