Skip to main content
POST
/
admin
/
api
/
v1
/
observability
/
check-connection
Check Observability Connection
curl --request POST \
  --url https://api.example.com/admin/api/v1/observability/check-connection
{
  "ok": true,
  "details": {},
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

Body of POST /admin/api/v1//check-connection.

ok = True means the provider responded as expected. details carries provider-specific information (e.g. tool list for an MCP server). error is set only when ok = False.

ok
boolean
required
details
Details · object
error
string | null
Last modified on May 22, 2026