object DataExportFile

Fields

FieldTypeDescription
table_nameString

Name of the table/dataset

signed_urlString

Signed URL to download the file

created_atISODateTime
sizeInt

Size of the file in bytes

Referenced By

Example

{
  "table_name": "abc123",
  "signed_url": "abc123",
  "created_at": "abc123",
  "size": 987
}