You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,6 +17,27 @@ With this API you can export raw data points (without sampling). Data points are
17
17
18
18
When using the API, it's recommended [to generate the export URL](/api/helpers#generate-export-url) via [the export your data interface](/export-data). It has a simple UI where fields can be selected without any coding or technical knowledge.
19
19
20
+
## Hourly data export
21
+
22
+
You can now export data for specific hours of a day. This allows for more granular data analysis when you need to understand traffic patterns within a single day.
23
+
24
+
To export hourly data, append the hour to your date in the format `YYYY-MM-DDTHH` where `HH` is the hour in 24-hour format (00-23).
25
+
26
+
**Important constraints for hourly exports:**
27
+
28
+
- Both `start` and `end` parameters must include the hour
29
+
- The start and end dates must be the same (you can only export hourly data for a single day at a time)
0 commit comments