> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connection staled

> Emitted when a connection is staled.

We mark a connection as staled and automatically stop fetching data if we can't authenticate with the TSP for an adjustable threshold.
It usually means that the credentials are no longer valid and the fleet must reauthenticate with the TSP.



## OpenAPI

````yaml https://api.catenatelematics.com/v2/notifications/openapi.json webhook connection.staled
openapi: 3.1.0
info:
  title: Notifications Service - REST API
  description: Notifications Service REST API.
  version: 0.1.0
servers:
  - url: https://api.catenatelematics.com
    description: Catena Telematics API
security: []
tags:
  - name: Webhook Subscriptions
    description: >-
      Create and manage webhooks to subscribe to events and receive
      notifications when they occur.
  - name: Webhook Event Schemas
    description: Get the OpenAPI 3.0 schema for our versioned webhook events.
  - name: Webhook Events
    description: View available webhook events.
paths: {}

````