Get Observability
Return the singleton observability row or 404 if absent.
GET
Get Observability
Last modified on May 22, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the singleton observability row or 404 if absent.
curl --request GET \
--url https://api.example.com/admin/api/v1/observability{
"observability": {
"config": {
"provider": "LANGFUSE",
"host": "https://cloud.langfuse.com",
"publicKey": "",
"secretKey": "",
"runName": ""
},
"provider": "LANGFUSE",
"enabled": true
},
"updatedAt": "2023-11-07T05:31:56Z"
}Was this page helpful?
curl --request GET \
--url https://api.example.com/admin/api/v1/observability{
"observability": {
"config": {
"provider": "LANGFUSE",
"host": "https://cloud.langfuse.com",
"publicKey": "",
"secretKey": "",
"runName": ""
},
"provider": "LANGFUSE",
"enabled": true
},
"updatedAt": "2023-11-07T05:31:56Z"
}