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
| Parameter | Details |
|---|---|
(Required) | The output format for the request's response. The only available output format is |
| 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:
https://organization.example.com:21443/arcgis/rest/jobs/jbd104d76-9e2b-48cd-a9f9-487126902b6e?f=pjson&token=<token>