> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/something-else/routing-webhooks-and-destinations/stale-user-data-alerts.md).

# Can I get alerts for stale user data?

Built-in staleness alerting isn't available. To detect stale users yourself:

{% stepper %}
{% step %}
List all users via the `/subscriptions` endpoint.
{% endstep %}

{% step %}
Inspect each user's `last_webhook_update` field.
{% endstep %}

{% step %}
Alert on users whose last update exceeds your staleness threshold.
{% endstep %}
{% endstepper %}
