InlineExport1
InlineExport1
JSON Example
{
"file_name": "string",
"expiration_time": 0,
"status": "string",
"file_size": 0,
"row_count": 0,
"error_message": "string"
}
string
file_name
Optional
File name set by user.
status
Optional
Status of export. SUBMITTED - Job is added to the queue. PENDING - Job is picked up by the operator and getting created. This stage should typically be short. RUNNING - Job is running in the backend as a K8s job. COMPLETED - Job finished successfully. FAILED - Job failed. PENDING_CANCEL - Job is requested to be cancelled. CANCELED - Job is cancelled.
Enumeration:
SUBMITTED,
PENDING,
RUNNING,
COMPLETED,
FAILED,
PENDING_CANCEL,
CANCELED
integer As int64
As int64
file_size
Optional
Size of exported file in bytes. This will only be present if export is successful.
integer As int64
As int64
row_count
Optional
Total rows.
string
error_message
Optional
Error message for failed export job, if available.