> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.
# ListObservabilityDestinationsResponse
## Fields
| Field | Type | Required | Description | Example |
| -------- | --------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Result` | [components.ListObservabilityDestinationsResponse](../../models/components/listobservabilitydestinationsresponse.mdx) | :heavy\_check\_mark: | N/A | \{
"data": \[
\{
"api\_key\_hashes": null,
"broadcast\_generation\_cost": false,
"broadcast\_generation\_identity": false,
"broadcast\_generation\_request\_context": false,
"config": \{
"baseUrl": "[https://us.cloud.langfuse.com](https://us.cloud.langfuse.com)",
"publicKey": "pk-l...EfGh",
"secretKey": "sk-l...AbCd"
},
"created\_at": "2025-08-24T10:30:00Z",
"enabled": true,
"filter\_rules": null,
"id": "99999999-aaaa-bbbb-cccc-dddddddddddd",
"name": "Production Langfuse",
"privacy\_mode": false,
"regions": \[
"global"
],
"sampling\_rate": 1,
"type": "langfuse",
"updated\_at": "2025-08-24T15:45:00Z",
"workspace\_id": "550e8400-e29b-41d4-a716-446655440000"
}
],
"total\_count": 1
} |