Jobs

Description

The jobs resource is a collection of the jobs (asynchronous operations) created in your deployment. When operations that support asynchronous executions are run with the async option enabled, a new job entry is created that can be queried for its current status and messages.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

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/jobs?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
{
  "jobs": [
    "j47c0c626-7188-4053-be06-ae93de987b01",
    "j63360063-b74e-46e8-8292-0126d6e08546",
    "j2bcbcd49-83a4-4cc1-a034-40e4a266e96d"
  ]
}

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