> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateObservabilityDestinationResponse - Go SDK

> CreateObservabilityDestinationResponse type definition

<Warning>
  The Go SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/go-sdk/issues).
</Warning>

## Fields

| Field  | Type                                                                                                 | Required             | Description | Example                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------ | ---------------------------------------------------------------------------------------------------- | -------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Data` | [components.ObservabilityDestination](/client-sdks/go/api-reference/models/observabilitydestination) | :heavy\_check\_mark: | N/A         | `{"api_key_hashes": null,"config": {"baseUrl": "https://us.cloud.langfuse.com","publicKey": "pk-l...EfGh","secretKey": "sk-l...AbCd"}`,<br />"created\_at": "2025-08-24T10:30:00Z",<br />"enabled": true,<br />"filter\_rules": null,<br />"id": "99999999-aaaa-bbbb-cccc-dddddddddddd",<br />"name": "Production Langfuse",<br />"privacy\_mode": false,<br />"sampling\_rate": 1,<br />"type": "langfuse",<br />"updated\_at": "2025-08-24T15:45:00Z",<br />"workspace\_id": "550e8400-e29b-41d4-a716-446655440000"<br />} |
