| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/system/jobs |
|---|---|
| HTTP Method: | GET |
| Parent Resource: | System |
| Child Resources: | Job |
This resource is a collection of all the administrative jobs (asynchronous operations) created within your site.
When operations that support asynchronous execution are run, the server creates a new job entry that can be queried for its
current status and messages.
Note:
| Parameter | Description |
|---|---|
| f | The response format. The default response format is html. Values: html | json |
{
"jobs": [ "<jobID1>", "<jobID2>", ... ]
}
{
"jobs": [ "j97dec204-32b7-4a3f-bbb7-7565e0f8259f", "jcbdbf7aa-385e-417a-b629-29a310895b9b" ]
}