Skip to main content

Overview

Observability endpoints

Available Operations

  • List - List observability destinations
  • Create - Create an observability destination
  • Delete - Delete an observability destination
  • Get - Get an observability destination
  • Update - Update an observability destination

List

List the observability destinations configured for the authenticated entity’s default workspace. Use the workspace_id query parameter to scope the result to a different workspace. Only destinations with stable release status are surfaced — destinations of other types are excluded. Management key required.

Example Usage

Parameters

Response

*operations.ListObservabilityDestinationsResponse, error

Errors

Create

Create a new observability destination. A maximum of 5 destinations per type is allowed. Defaults to the authenticated entity’s default workspace; use the workspace_id body field to scope to a different workspace. Management key required.

Example Usage

Parameters

Response

*components.CreateObservabilityDestinationResponse, error

Errors

Delete

Delete an existing observability destination. This performs a soft delete. Management key required.

Example Usage

Parameters

Response

*components.DeleteObservabilityDestinationResponse, error

Errors

Get

Fetch a single observability destination by its UUID. Management key required.

Example Usage

Parameters

Response

*components.GetObservabilityDestinationResponse, error

Errors

Update

Update an existing observability destination. Only the fields provided in the request body are updated. Management key required.

Example Usage

Parameters

Response

*components.UpdateObservabilityDestinationResponse, error

Errors