Skip to main content

Get Integration Error Stats

GET 

/api/v1/integrations/error-stats

Get integration error statistics for the dashboard health strip.

Returns count of failed integration usage logs in the last 24 hours and timestamp of the most recent error.

Returns: 200: Error statistics 401: Unauthorized - invalid or missing authentication

Example: GET /api/v1/integrations/error-stats Response: { "error_count_24h": 5, "last_error_at": "2025-10-05T12:34:56Z" }

Request

Responses

OK