/api/datasets/{dataset_id}/batch_exports/{id}/backfill/

Manually triggers a backfill job for a specific historical date range. This allows you to export data that was collected before the batch export was originally created or during a period where the export was paused.

Path Params
string
required

Dataset ID of the dataset you're trying to access. To find the ID of the dataset, make a call to /api/datasets/.

uuid
required

A UUID string identifying this batch export.

Body Params
date-time
required

The start date and time for the backfill in ISO format.

date-time
required

The end date and time for the backfill in ISO format.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!