Errors

from must be on or before to

Date-range query — from day is after to day.

from must be on or before to

Date-range validation failed because from is after to (account.fromMustBeOnOrBefore).

Why this happens

Swapped dates in the picker or query string. Distinct from missing dates (from and to are required) or unparseable dates.

Diagnose and fix

1. Set fromto (YYYY-MM-DD, UTC days).

2. Use the UI date range controls on My reports.

3. Retry the request.

4. See Invalid from or to date if a bound will not parse.

Related