Get export task

Returns the specified export task.

A task is a long-running process that consumes significant system resources (e.g. CPU, memory, I/O ). Unlike jobs, tasks do not affect the tenant's resource quotas.

The response returns the current status of the task. One of PENDING, IN_PROGRESS, COMPLETED, or FAILED.
If the status of the task is COMPLETED, the response returns the results of the task.

RDM_ESTIMATE tasks

A RDM_ESTIMATE task defines a process that estimates the volume of the loss data to be exported in an RDM or RDM_DATABRIDGE export. This task enables the tenant to assess the volume of an export job prior to running that job.

If the status of the RDM_ESTIMATE task is COMPLETED, the response returns estimates of the size of the exported results data. The data returned depends on the export type (RDM or RDM_DATABRIDGE) and the fileExtension of the exported data. RDM exports support exporting to BAK, MDF, and Parquet files. RDM_DATABRIDGE exports support exporting to Parquet files.

{
  "taskUuid": "231ff646-5e79-4afb-9dc1-e8981ed48c60",
  "taskType": "RDM_ESTIMATE",
  "taskName": "rdm-estimate-platform-1-analyses",
  "status": "COMPLETED",
  "createdAt": "2026-03-09T21:24:48.099394",
  "updatedAt": "2026-03-09T21:24:50.199686",
  "expiresAt": "2026-03-16T21:24:48.077713",
  "createdBy": "[email protected]",
  "output": {
    "errors": [],
    "log": {
      "rdmEstimate": {
        "mdfEstimateSize": "124 MB",
        "estimatedSizeBytes": 130701634,
        "numberOfAnalyses": 1,
        "analyses": {
          "acAnalyses": [],
          "hdAnalyses": [],
          "rlAnalyses": ["117740"]
        },
        "totalTables": 13,
        "topTablesBreakdown": "rdm_port_0_1_32263.parquet:61 MB, rdm_anlsevent_0_1_32361.parquet:7 MB, rdm_metadata:78 KB, rdm_anlsregions_0_1_23.parquet:66 KB, rdm_anlspersp_0_1_4.parquet:11 KB, rdm_anlstreaty_0_1_3.parquet:8 KB, rdm_trtyidmap_0_1_3.parquet:8 KB, rdm_treatydesc_0_1_3.parquet:8 KB, rdm_portstats:8 KB, rdm_ratescheme_0_1_1.parquet:2 KB",
        "totalProcessingTimeSeconds": 2,
        "validationStatus": "SUCCESS",
        "validationWarnings": [],
        "diskUsagePercentage": 0.0,
        "currentAvailableSpaceBytes": 2319194259456,
        "currentAvailableSpaceSize": "2 TB",
        "availableSpaceAfterExportBytes": 2319063557822,
        "availableSpaceAfterExportSize": "2 TB",
        "totalSpaceBytes": 4829741056000,
        "totalSpaceSize": "4 TB"
      }
    }
  }
}
Language
Credentials
URL