Currently, CDF UI displays information about the timestamp of last datapoint ingested under the label “Last Reading”.
For example:
I have following timeseries, with “Last reading” as 16 days ago:

Now I add a datapoint :
timestamp: 2025-01-05 00:00:00 (UTC)
value:20
The “Last Reading” gets updated to 12 days ago; denoting the timestamp of last datapoint ingested.

Additionally a feature of displaying when was this datapoint added will be useful because I can know when was this datapoint added to the timeseries for investigating failures or debugging.
Its similar to the “Updated at” which records when any metadata/properties of that timeseries is changed. BUT this information will be for datapoints.