Get an observability destination

Fetch a single observability destination by its UUID. Defaults to the authenticated entity’s default workspace — use workspace_id to override. Management key required.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Path parameters

idstringRequiredformat: "uuid"

The destination ID (UUID).

Query parameters

workspace_idstringOptionalformat: "uuid"
Optional workspace ID. Defaults to the authenticated entity's default workspace.

Response

The observability destination
dataobject
The observability destination.

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error