Skip to content

Estimate export size

POST
/v1/data_exports/estimate

Estimate the number of records for a data export without creating it.

DataExportCreate

Schema for creating a data export.

object
export_type
required
ExportType

Types of data that can be exported.

string
Allowed values: invoices customers subscriptions events fees credit_notes audit_logs
filters
Any of:
object
key
additional properties
any

Successful Response

DataExportEstimate

Schema for data export size estimate response.

object
export_type
required
Export Type
string
record_count
required
Record Count
integer

Unauthorized

Validation error