> For the complete documentation index, see [llms.txt](https://docs.getdor.com/dtm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdor.com/dtm-docs/dtm-api/syncing-data/querying-by-update-timestamp.md).

# Querying by Update Timestamp

We provide the query parameter to properly sync all changed data on Dor's server. The query parameter allows API users to query for any records that have been updated since a given timestamp regardless of when that data was recorded on a sensor.

Using this method of querying for data will ensure that all new data is synced, even if it was recorded several hours or days in the past. If any metric has been updated since the last time the user synced (via the provided `updated_at_start` timestamp), that resource will be included in the response.

{% hint style="info" %}
The `updated_at_start` parameter should be provided as a UTC timestamp since it represents a specific point in time. This differs from other timestamp parameters which are grouped by local time. For more information, see [Datetimes](/dtm-docs/dtm-api/datetimes/datetime-formats.md).
{% endhint %}
