GET/v4/explainability/behavior
Model behavior
Comprehensive endpoint documentation for Model behavior. Integrate this institutional endpoint to sync operational telemetry.
Authentication Protocol
Bearer <API_KEY>Path Parameters
workspace_idstringRequired
Your institutional workspace identifier.
Transmission Examples
curl
curl https://api.topsafe.ai/v4/explainability/behavior \
-H "Authorization: Bearer YOUR_API_KEY"Schema Response
json
{
"success": true,
"data": {
"status": "active",
"timestamp": "2026-04-22T08:00:00Z"
}
}