Get OTLP destination by ID or name
Retrieve a single OTLP destination in the resolved project by its ID or name.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
OTLP destination ID or name
Response
OTLP destination details
An OTLP endpoint to export browser session telemetry to. Reference one from telemetry.export.otlp.destination when creating a browser to export that session's captured telemetry to it.
OTLP/HTTP endpoint telemetry is sent to.
2048Headers sent with each export request. Names are returned in canonical form (Authorization, not authorization). Values are returned redacted as empty strings, so the keys are visible but the credentials are not.
128Unique within the project. Usable in place of the ID when selecting a destination, so it cannot be shaped like an ID.
^[a-zA-Z0-9._-]{1,255}$1024