Only returns resources processed by the public API after the date-time provided.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by "T".
For example:
- UTC time "2023-05-01T00:00:00Z".
- An offset from UTC time to indicate a time zone, such as "2023-05-01T00:00:00%2B08:00" (for 8 hours ahead of UTC time).
Note that query parameters should be properly escaped, last example is equivalent to "2023-05-01T00:00:00+08:00".