Jobs (GP Service)

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 CleanGPJobs task).

Request parameters

ParameterDetails

f

The response format. The only supported response format is html.

Example usage

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

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/services/System/PublishingTools.GPServer/jobs?f=html

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