Backfill
Trigger Backfill
Manually trigger a historical backfill operation
PUT
Manually trigger a background job to backfill historical data for a specific account. This endpoint enqueues a job on the BullMQ backfill queue.
This endpoint is rate-limited to 5 requests per 60 seconds.
Body Parameters
The internal ID of the tracked source (e.g., a cuid).
Response
Returns202 Accepted if the backfill has been queued successfully, or 409 Conflict if a backfill is already in progress for this account.
The status of the operation, usually
queued or conflict.The requested internal ID.
The resolved external ID from the source account.
The resolved source platform (e.g.
x).Returned only when a
409 Conflict happens. Details about the current
progress of the ongoing backfill.