Get risk data job

Returns the specified risk data job.

A risk data job is a job created using a Risk Data API operation.

This operation supports polling of many different types of types of model and non-model jobs that count against the tenant's entitlement-based resource quota.

Risk data jobs include the ARCHIVE_EDM, BULK_EDIT, CLIMATE_CHANGE, CONVERT_EVENT_RATE_LOSS, CREATE_EDM , DELETE_ACCOUNT, DELETE_AGGREGATE_PORTFOLIO, DEREGISTER_EDM , HD_MAP_PERSPECTIVE, MAP_PERSPECTIVE, MARGINAL_IMPACT, PATE, PLT_TO_ELT, REGISTER_DATA_BRIDGE_EDM, REPORT_GENERATION, RERUN_EP, SIMULATE_LOSSES, and UPDATE_METRICS jobs. To learn more, see Risk Data Jobs.

The response object returns detailed information about the job including its jobId, status, and progress. Additional properties may be returned depending on the job type.

Tasks

Certain risk data jobs (e.g. BULK_EDIT job) initiate and track multiple subprocesses called tasks in the course of processing a job.

A task is a subprocess that are run as part of an overarching job. Not every risk data job is broken into discreet task.

The tasks array returns detailed information about these subprocesses. For each task, the response returns the taskId, guid, and other properties that can aid in tracking and debugging the job. The output object returns information that can enable debugging the job: summary, errors, log.

{
  "jobId": "string",
  "type": "BULK_EDIT",
  "userName": "[email protected]",
  "tasks": [
    {
      "taskId": 0,
      "guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "jobId": "string",
      "status": "string",
      "submittedAt": "string",
      "createdAt": "string",
      "name": "string",
      "percentComplete": 0,
      "priorTaskGuids": ["3fa85f64-5717-4562-b3fc-2c963f66afa6"],
      "output": {
        "summary": "string",
        "errors": [
          {
            "message": "string"
          }
        ],
        "log": {
          "analysisId": 0,
          "resourceType": "program",
          "resourceName": "string",
          "resourceId": 0,
          "securableSetUri": "string",
          "securableSetName": "string",
          "variationUri": "string"
        }
      }
    }
  ]
}
Language
Credentials
URL