| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<BatchValidation-url>/getJobDetails |
|---|---|
| Parent Resource | Batch Validation |
Returns job details for a 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.
| Parameter | Details |
|---|---|
| jobId | Description:
The batch job jobId
|
| f | Description: The
response format. The default response format is html.
Values: html | json |
Example 1: Return job details for job 2dca5d78-7ddd-4f3c-a9b0-0aa670f478c1:
{
"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": "http://localhost:6080/arcgis/rest/services/ExecuteBatchJob/GPServer/ExecuteBatchJob",
"startTimeUtc": 1325195735000,
"finishTimeUtc": 1325195762000
}
}