Format
An ISO 8601 timestamp looks like this:Timezone offsets
Instead ofZ, you can specify a UTC offset:
Using timestamps in query parameters
When filtering by timestamp, pass the full ISO 8601 string as the parameter value:Date-only values
Filters also accepts a bare calendar date like2026-03-15.
All of March, including March 1 and March 31
2026-02-31, is rejected with a 400 error.
Generating timestamps
- JavaScript
- Python
- Ruby
- cURL