Entry
idinteger
namestring
slugstring
descriptionstring | nullnullable
statusEntryStatus (string)
Possible values: [pending, uploading, uploaded, processing, processed, error]
mimeTypestring
filenamestring | nullnullable
fileSizeBytesinteger | nullnullable
schemaVersioninteger
parquetBatchPathstring | nullnullable
parquetRowIndexinteger | nullnullable
datasetIdinteger
processingCompletedAtstring,null<date-time>nullable
createdAtstring<date-time>
updatedAtstring<date-time>
Entry
{
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"status": "pending",
"mimeType": "string",
"filename": "string",
"fileSizeBytes": 0,
"schemaVersion": 0,
"parquetBatchPath": "string",
"parquetRowIndex": 0,
"datasetId": 0,
"processingCompletedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}