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

Partially updates an existing batch export configuration. Use this to modify specific fields (such as the interval or destination settings) without replacing the entire object.

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

Serializer for a BatchExport model.

string

A human-readable name for this BatchExport.

destination
object

Serializer for an BatchExportDestination model.

string
enum

The interval at which to export data.

Allowed:
date-time | null

The timestamp at which this BatchExport was last paused.

date-time | null

Time before which any Batch Export runs won't be triggered.

date-time | null

Time after which any Batch Export runs won't be triggered.

boolean
Defaults to false
boolean
Defaults to false

If true, personally identifiable information is masked in the properties of exported events. A property is considered to contain PII if a retention period is set for it.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json