Why isn't the backfill / Sync Now button working?
When triggering a historical pull or backfill, the start and end date parameters must be a plain date (YYYY-MM-DD), not a full ISO timestamp with time and…
When triggering a historical pull or backfill, the start and end date parameters must be a plain date (YYYY-MM-DD), not a full ISO timestamp with time and milliseconds.
A full timestamp causes an invalid isoformat error and the request fails. Strip the time portion before sending.
PreviousHow do I detect backfill completion with S3 destinations?
NextAccount config, environments and going live
Last updated
Was this helpful?