Skip To Content
ArcGIS Developer
Dashboard

Get Job Details

Description

License:

The ArcGIS Data Reviewer extension is required to use this resource.

Note:

This resource is dependent on the ArcGIS Data Reviewer ArcMap runtime-based server object extension (SOE). ArcGIS Enterprise 10.9.x, part of the ArcGIS 2021 releases, is the last release of ArcGIS Enterprise to support services published from ArcMap.

Consider Data Reviewer capabilities enabled using ArcGIS Pro and integrated in the Validation service.

A REST resource that returns job details for a Reviewer batch job. Job details include job execution details, job settings, and job schedule. Job details are listed in name/value pairs in a JSON object.

Request parameters

ParameterDetails
jobId

The batch job ID.

f

The response format. The default response format is html.

Values: html | json

Example usage

Return job details for job 2dca5d78-7ddd-4f3c-a9b0-0aa670f478c1.

https://localhost:6443/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer/BatchValidation/getJobDetails?jobId=2dca5d78-7ddd-4f3c-a9b0-0aa670f478c1&f=json

JSON Response example

{
 "jobId": "7571a58a-266c-4f87-9c31-d35aae725377",
 "title": "",
 "createdBy": "",
 "creationDate": 1325195735000,
 "status": "Finished",
 "settings": {
  "batchJobFileName": "duplicateGeometry.rbj",
  "sessionId": "Session 1 : Session 1",
  "userName": null,
  "changedFeaturesOnly": false,
  "analysisArea": null,
  "productionWorkspace": "C:\\arcgisserver\\directories\\transport.gdb",
  "productionWorkspaceVersion": N\A
 },
 "schedule": null,
 "executionDetails": {
  "status": "Succeeded",
  "messages": "",
  "gpJobId": "j8aa8fbf4695d4ffc9a6b39d10423e07d",
  "gpUrl": "https://localhost:6443/arcgis/rest/services/ExecuteBatchJob/GPServer/ExecuteBatchJob",
  "startTimeUtc": 1325195735000,
  "finishTimeUtc": 1325195762000
 }
}