Skip to content
URL:
https://<root>/jobs
Methods:
GET
Child Resources:
Job
Version Introduced:
12.0

Description

The jobs operation returns a list of jobs that have either completed or are currently running, and provides access to individual Job endpoints. These endpoints return information about each step performed. If a failure occurs, administrators can note during which step a given job failed.

Request parameters

ParameterDetails

f

(Required)

The output format for the request's response. The only available output format is HTML. GET Requests to the jobs endpoint currently do not output a JSON list of existing jobs.

token

Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation.

Example usage

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

Use dark colors for code blocksCopy
1
https://organization.example.com:21443/arcgis/rest/jobs/jbd104d76-9e2b-48cd-a9f9-487126902b6e?f=pjson&token=<token>

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.