Exports
Model
Exports Model
The exports model represents an export operation on a specific resource, detailing stats and statuses.
object "export"
The description of the model.
id string
Unique identifier for the export.
organization_id string
Unique identifier for the organization that owns this export.
resource contact|group|fulfillment|item|location|manifest|shipment|tracker|shipping_label_inference|asset
Type of resource being exported.
name string
Name of the export
status queued|processing|completed|failed|timed_out
Current status of the export
reason string
reason, if any, for export failure
created_at integer
Time in epoch seconds when this export was created.
updated_at integer
Time in epoch seconds when this export was last updated.
deleted_at integer
Time in epoch seconds when this export was deleted, if deleted.
updated_by string
ID of the user who last updated the export.
count_total integer
Total number or records in the export.
count_csv_success integer
Number of records successfully exported.
count_csv_error integer
Number of records that errored and could not be exported.
count_csv_sanitized integer
number of records not exported due to data sanitization.
filters object
All the filters and sorting applied on exported dataset.
csv_field_options object