| jobs_get {civis} | R Documentation | 
Show basic job info
Description
Show basic job info
Usage
jobs_get(id)
Arguments
| id | integer required. The ID for this job. | 
Value
A list containing the following elements:
| id | integer, | 
| name | string, | 
| type | string, | 
| fromTemplateId | integer, | 
| state | string, Whether the job is idle, queued, running, cancelled, or failed. | 
| createdAt | string, | 
| updatedAt | string, | 
| runs | array, An array containing the following fields: 
 | 
| lastRun | list, A list containing the following elements: 
 | 
| hidden | boolean, The hidden status of the item. | 
| archived | string, The archival status of the requested item(s). | 
| author | list, A list containing the following elements: 
 | 
| myPermissionLevel | string, Your permission level on the object. One of "read", "write", or "manage". | 
| successEmailSubject | string, | 
| successEmailBody | string, | 
| runningAsUser | string, | 
| runByUser | string, | 
| schedule | list, A list containing the following elements: 
 |