Skip To Content
ArcGIS Developer
Dashboard

Jobs

Description

This resource is a collection of all the administrative jobs (asynchronous operations) created within your site. When operations that support asynchronous execution are run, the server creates a new job entry that can be queried for its current status and messages.

Note:
These administrative jobs are not the same as geoprocessing jobs.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json| pjson

Example usage

Below is a sample request URL for the jobs resource:

https://machine.domain.com/webadaptor/admin/system/jobs?f=json

JSON Response syntax


{
  "jobs": ["<jobID1>", "<jobID2>", ...]
}

JSON Response example


{
  "jobs": ["j97dec204-32b7-4a3f-bbb7-7565e0f8259f", "jcbdbf7aa-385e-417a-b629-29a310895b9b"]
}