object DataExportTableFile
Fields
| Field | Type | Description |
|---|---|---|
signed_url | String | Signed URL to download the file. |
size | BigInt | Size of the file in bytes. |
created_at | ISODateTime | UTC timestamp of when the file was written. |
Referenced By
- DataExportTable Type
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"
}