- URL:
- https://<root>/jobs
- Methods:
GET
- Required Capability:
- Access allowed with either the "Update", "Delete", or "Security and infrastructure" privileges, or the Publisher role
- Version Introduced:
- 10.9.1
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
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the jobs
resource:
https://organization.domain.com/context/admin/jobs?f=pjson
JSON Response example
{
"jobs": [
"j47c0c626-7188-4053-be06-ae93de987b01",
"j63360063-b74e-46e8-8292-0126d6e08546",
"j2bcbcd49-83a4-4cc1-a034-40e4a266e96d"
]
}