Read Contact Job
Read a job status by job ID in SendGrid.
Input
| Field | Definition | Type | Required | 
|---|---|---|---|
| 
                                                                         Job  | 
                                                                |||
| 
                                                                         Job ID  | 
                                                                    
                                                                         Unique identifier of the async job.  | 
                                                                    Text | TRUE | 
Output
| Field | Definition | Type | 
|---|---|---|
| 
                                                                         Job  | 
                                                                ||
| 
                                                                         Status  | 
                                                                    
                                                                         Status of the job; allowed values are pending, completed, or failed.  | 
                                                                    Text | 
| 
                                                                         Job Type  | 
                                                                    
                                                                         Type of job; allowed values are upsert or delete.  | 
                                                                    Text | 
| 
                                                                         Started At  | 
                                                                    
                                                                         ISO8601 timestamp when the job was created.  | 
                                                                    Date & Time | 
| 
                                                                         Finished At  | 
                                                                    
                                                                         ISO8601 timestamp when the job was finished.  | 
                                                                    Date & Time | 
| 
                                                                         Requested Count  | 
                                                                    
                                                                         Number of requested contacts from the import.  | 
                                                                    Number | 
| 
                                                                         Created Count  | 
                                                                    
                                                                         Number of created contacts from the import.  | 
                                                                    Number | 
| 
                                                                         Updated Count  | 
                                                                    
                                                                         Number of updated contacts from the import.  | 
                                                                    Number | 
| 
                                                                         Deleted Count  | 
                                                                    
                                                                         Number of deleted contacts from the import.  | 
                                                                    Number | 
| 
                                                                         Errored Count  | 
                                                                    
                                                                         Number of imported contacts that resulted in an error.  | 
                                                                    Number | 
| 
                                                                         Errors URL  | 
                                                                    
                                                                         URL to download the file which provides information about the errors.  | 
                                                                    Text | 
