- URL:
- https://<root>/services/<folder>/<ServiceName>.<ServiceType>/jobs
- Methods:
GET
- Required Capability:
- Access allowed with either the "Feature layer" or "Geoprocessing" privileges, or the Publisher role
- Version Introduced:
- 10.9.1
Description
The jobs
resource provides access to operations that locate and monitor current asynchronous jobs being run by a geoprocessing service. From the jobs
resource, you can query for jobs using filters such as the start and end time for the job, the job's status, or the username of the user who submitted the job.
After a job has been completed, either failing or succeeding, it remains in the system until the system cleans it based on internal criteria, and at a defined cleanup interval (determined by the Clean
task).
Request parameters
Parameter | Details |
---|---|
| The response format. The only supported response format is |
Example usage
The following is a sample request URL used to access the jobs
resource:
https://organization.domain.com/context/admin/services/System/PublishingTools.GPServer/jobs?f=html