Retrieve a System Job
post
/api/v2/system_jobs/{id}/cancel/
Make GET request to this resource to retrieve a single system job record containing the following fields:
can_cancel
: (boolean)
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : SystemJobCancel
Type:
Show Source
object
-
can_cancel:
boolean
Title:
Can cancel
Read Only:true
Response
Supported Media Types
- application/json
201 Response
Root Schema : SystemJobCancel
Type:
Show Source
object
-
can_cancel:
boolean
Title:
Can cancel
Read Only:true