Skip to main content
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

string
required
The internal ID of the tracked source (e.g., a cuid).

Response

Returns 202 Accepted if the backfill has been queued successfully, or 409 Conflict if a backfill is already in progress for this account.
string
The status of the operation, usually queued or conflict.
string
The requested internal ID.
string
The resolved external ID from the source account.
string
The resolved source platform (e.g. x).
object
Returned only when a 409 Conflict happens. Details about the current progress of the ongoing backfill.