Skip To Content
ArcGIS Developer
Dashboard

Jobs

Description

This resource is a collection of the jobs (asynchronous operations) created in your deployment. When operations that support asynchronous executions are run with the async option enabled, a new job entry is created that can be queried for its current status and messages.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the jobs resource:

https://organization.domain.com/context/admin/jobs?f=pjson

JSON Response example


{
  "jobs": [
    "j47c0c626-7188-4053-be06-ae93de987b01",
    "j63360063-b74e-46e8-8292-0126d6e08546",
    "j2bcbcd49-83a4-4cc1-a034-40e4a266e96d"
  ]
}