Observability - TypeScript SDK
Observability - TypeScript SDK
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Overview
Observability endpoints
Available Operations
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
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<operations.ListObservabilityDestinationsResponse>
Errors
get
Fetch a single observability destination by its UUID. Defaults to the authenticated entity’s default workspace — use workspace_id to override. Management key required.
Example Usage
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<models.GetObservabilityDestinationResponse>