object DataExportTableFile

Fields

FieldTypeDescription
signed_urlString

Signed URL to download the file.

sizeBigInt

Size of the file in bytes.

created_atISODateTime

UTC timestamp of when the file was written.

Referenced By

Example

{
  "signed_url": "https://example.com/brand/orders/orders/...part-00000.snappy.parquet?X-Amz-Signature=abc",
  "size": 3295405,
  "created_at": "2026-08-10T23:43:00Z"
}