Troubleshooting
Last updated
[
{
"timestamp": "2025-10-28T14:01:00.000Z",
"error_class": "INTEGRATION_JIRA",
"message": "Some error...",
"exception_type": "RuntimeException",
"stack_trace": "additional multiline info...."
},
// ... more error objects
]GET /my-telmai-backend/prod_tenant/errors?limit=5[
{
"timestamp": "2025-10-28T14:05:30.000Z",
"error_class": "INTEGRATION_ALATION",
"message": "Alation API returned 401: Invalid API token or insufficient permissions.",
"exception_type": "UnauthorizedException",
"stack_trace": "..."
},
{
"timestamp": "2025-10-28T14:01:00.000Z",
"error_class": "INTEGRATION_JIRA",
"message": "Failed to create issue: Field 'priority' is required.",
"exception_type": "JiraServiceException",
"stack_trace": "..."
}
]