For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?